Skip to content

Commit a63853a

Browse files
committed
fix: drop alg_eqs for JumpSystem
1 parent 7037f9a commit a63853a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/systems/callbacks.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -888,7 +888,7 @@ function compile_equational_affect(
888888
aff::Union{AffectSystem, Vector{Equation}}, sys; reset_jumps = false, kwargs...)
889889
if aff isa AbstractVector
890890
aff = make_affect(
891-
aff; iv = get_iv(sys), alg_eqs = alg_equations(sys), warn_no_algebraic = false)
891+
aff; iv = get_iv(sys), warn_no_algebraic = false)
892892
end
893893
affsys = system(aff)
894894
ps_to_update = discretes(aff)

0 commit comments

Comments
 (0)