Skip to content

Commit

Permalink
fix allow_symbolic default
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Jul 22, 2024
1 parent e9a6577 commit add2999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/systems/systems.jl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ topological sort of the observed equations in `sys`.
"""
function structural_simplify(
sys::AbstractSystem, io = nothing; simplify = false, split = true,
allow_symbolic = true, allow_parameter = true, conservative = false, fully_determined = true,
allow_symbolic = false, allow_parameter = true, conservative = false, fully_determined = true,
kwargs...)
newsys′ = __structural_simplify(sys, io; simplify,
allow_symbolic, allow_parameter, conservative, fully_determined,
Expand Down

0 comments on commit add2999

Please sign in to comment.