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 532c3ff commit a2a2954Copy full SHA for a2a2954
test/interface/aliasing_tests.jl
@@ -1,7 +1,6 @@
1
using OrdinaryDiffEq, Test
2
3
import ODEProblemLibrary: prob_ode_2Dlinear
4
-import DAEProblemLibrary: prob_dae_transamp
5
6
# Test that the old keyword works, and that the new AliasSpecier works.
7
u0_old_alias_kwarg_sol = solve(prob_ode_linear, Tsit5(), alias_u0 = true)
0 commit comments