We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent affbc14 commit eacc432Copy full SHA for eacc432
test/interface/aliasing_tests.jl
@@ -1,6 +1,6 @@
1
using OrdinaryDiffEq, Test
2
3
-import ODEProblemLibrary: prob_ode_2Dlinear
+import ODEProblemLibrary: prob_ode_linear
4
5
# Test that the old keyword works, and that the new AliasSpecier works.
6
u0_old_alias_kwarg_sol = solve(prob_ode_linear, Tsit5(), alias_u0 = true)
0 commit comments