Skip to content

Commit

Permalink
Merge pull request #1099 from jClugstor/alias_API
Browse files Browse the repository at this point in the history
Add `alias` to acceptable kwargs for Aliasing API
  • Loading branch information
ChrisRackauckas authored Dec 11, 2024
2 parents 69257ab + 44e51b1 commit 0420805
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 0420805

Please sign in to comment.