Skip to content

Commit 11b7a56

Browse files
vyuduAayushSabharwal
authored andcommitted
fix: drop alg_eqs for JumpSystem
1 parent dcafe65 commit 11b7a56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/systems/callbacks.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -886,7 +886,7 @@ function compile_equational_affect(
886886
aff::Union{AffectSystem, Vector{Equation}}, sys; reset_jumps = false, kwargs...)
887887
if aff isa AbstractVector
888888
aff = make_affect(
889-
aff; iv = get_iv(sys), alg_eqs = alg_equations(sys), warn_no_algebraic = false)
889+
aff; iv = get_iv(sys), warn_no_algebraic = false)
890890
end
891891
affsys = system(aff)
892892
ps_to_update = discretes(aff)

0 commit comments

Comments
 (0)