Skip to content

Commit 3688fde

Browse files
refactor: update MTK to new reversible transformation API
1 parent caef6a6 commit 3688fde

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/problems/sccnonlinearproblem.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -708,7 +708,7 @@ function calculate_op_from_u0_p(sys::System, u0::Union{Nothing, AbstractVector},
708708
end
709709
end
710710

711-
_ss = unhack_system(sys)
711+
_ss = MTKBase.reverse_all_default_reversible_transformations(sys)
712712
for eq in observed(_ss)
713713
write_possibly_indexed_array!(op, eq.lhs, eq.rhs, COMMON_NOTHING)
714714
end

0 commit comments

Comments
 (0)