Skip to content

Commit 229e8c2

Browse files
fix: fix homotopy continuation
1 parent 995b8ae commit 229e8c2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/systems/nonlinear/homotopy_continuation.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,6 @@ function transform_system(sys::System, transformation::PolynomialTransformation;
394394
@set! sys2.unknowns = new_dvs
395395
# remove observed equations to avoid adding them in codegen
396396
@set! sys2.observed = Equation[]
397-
@set! sys2.substitutions = nothing
398397
return PolynomialTransformationResult(sys2, denoms)
399398
end
400399

0 commit comments

Comments
 (0)