Skip to content

Commit 4799c8c

Browse files
Merge pull request #117 from ErikQQY/qqy/wrong_appxsol
Fix wrong appxsol in tests
2 parents 7265e36 + 74033ee commit 4799c8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/benchmark_tests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ wp = WorkPrecisionSet(prob,
194194
abstols,
195195
reltols,
196196
setups;
197-
approxsol = sol,
197+
appxsol = test_sol,
198198
names = labels,
199199
print_names = true)
200200
@test wp.names == ["MIRK4", "MIRK5"]

0 commit comments

Comments
 (0)