Skip to content

Commit 2713e8f

Browse files
fix units tests
1 parent d235e1f commit 2713e8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/units_tests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ sol =solve(prob,DP5Threaded())
3636

3737
for alg in CACHE_TEST_ALGS
3838
@show alg
39-
sol = solve(prob,alg(),dt=1u"s"/10)
39+
sol = solve(prob,alg,dt=1u"s"/10)
4040
end
4141

4242
println("Units for 2D pass")

0 commit comments

Comments
 (0)