Skip to content

Commit

Permalink
get rid of DAE problem, unused
Browse files Browse the repository at this point in the history
  • Loading branch information
jClugstor committed Dec 14, 2024
1 parent 532c3ff commit a2a2954
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/interface/aliasing_tests.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using OrdinaryDiffEq, Test

import ODEProblemLibrary: prob_ode_2Dlinear
import DAEProblemLibrary: prob_dae_transamp

# Test that the old keyword works, and that the new AliasSpecier works.
u0_old_alias_kwarg_sol = solve(prob_ode_linear, Tsit5(), alias_u0 = true)
Expand Down

0 comments on commit a2a2954

Please sign in to comment.