Skip to content

Commit d3ca2cb

Browse files
authored
Address test failures
1 parent 7753e7b commit d3ca2cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_vectorized_orbitsolve.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
using Test
22
using PlanetOrbits
3+
using PlanetOrbits: Markley
34

45
@testset "Vectorized orbitsolve API" begin
56
# Create a test orbit
@@ -11,7 +12,6 @@ using PlanetOrbits
1112
Ω = 60.0,
1213
tp = 0.0,
1314
M = 1.0,
14-
plx = 100.0
1515
)
1616

1717
# Test epochs

0 commit comments

Comments
 (0)