Skip to content

Commit

Permalink
Fix odeinterface tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikQQY committed Jan 17, 2025
1 parent e213f72 commit 618dbc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/wrappers/odeinterface_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ end

# Just test that it runs. BVPSOL only works with linearly separable BCs.
@testitem "BVPSOL" setup=[ODEInterfaceWrapperTestSetup] begin
using ODEInterface, RecursiveArrayTools, NonlinearSolveFirstOrder
using ODEInterface, OrdinaryDiffEq, RecursiveArrayTools, NonlinearSolveFirstOrder

tpprob = TwoPointBVProblem(ex7_f!, (ex7_2pbc1!, ex7_2pbc2!), u0, tspan,
p; bcresid_prototype = (zeros(1), zeros(1)))
Expand Down

0 comments on commit 618dbc2

Please sign in to comment.