Skip to content

Commit

Permalink
add alias to kwargs
Browse files Browse the repository at this point in the history
  • Loading branch information
jClugstor committed Oct 25, 2024
1 parent c99ae4b commit 77daf8f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/solve.jl
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,9 @@ const allowedkeywords = (:dense,
:trace_level,
:store_trace,
# Termination condition for solvers
:termination_condition)
:termination_condition,
# For AbstractAliasSpecifier
:alias)

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

0 comments on commit 77daf8f

Please sign in to comment.