Skip to content

Commit

Permalink
Additional : remove SciML.solve import that leads to warning
Browse files Browse the repository at this point in the history
  • Loading branch information
BambOoxX committed Jan 30, 2025
1 parent 5aa5e29 commit 8826f51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/periodicorbit/ShootingDE.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using SciMLBase: ODEProblem, DAEProblem, EnsembleProblem, terminate!, solve, VectorContinuousCallback, ContinuousCallback
using SciMLBase: ODEProblem, DAEProblem, EnsembleProblem, terminate!, VectorContinuousCallback, ContinuousCallback
const ODEType = Union{ODEProblem, DAEProblem}

function get_vector_field(prob::Union{ODEProblem, DAEProblem})
Expand Down

0 comments on commit 8826f51

Please sign in to comment.