From f926626ff0c78af71b0ec73199be25c6c7f43ba9 Mon Sep 17 00:00:00 2001 From: Sam Isaacson Date: Sun, 18 Aug 2024 08:43:17 -0400 Subject: [PATCH] Update solve.jl --- src/solve.jl | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/solve.jl b/src/solve.jl index b06c888fd..1e42c6cf5 100644 --- a/src/solve.jl +++ b/src/solve.jl @@ -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.