Skip to content

Commit

Permalink
Update solve.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacsas authored Aug 18, 2024
1 parent c270268 commit f926626
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/solve.jl
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,7 @@ const allowedkeywords = (:dense,
:trace_level,
:store_trace,
# Termination condition for solvers
:termination_condition,
# whether to alias the user tstops array (JumpProcesses.SSAStepper only at this time)
:alias_tstops)
:termination_condition)

const KWARGWARN_MESSAGE = """
Unrecognized keyword arguments found.
Expand Down

0 comments on commit f926626

Please sign in to comment.