Skip to content

Commit d39727e

Browse files
fixup! refactor: rearrange code
1 parent 945999e commit d39727e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/systems/nonlinear/homotopy_continuation.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ end
9696
struct NotPolynomialError <: Exception
9797
transformation_err::Union{PolynomialTransformationError, Nothing}
9898
eq::Vector{Equation}
99-
data::Vector{PolynomialData}
99+
data::Vector{Any} # PolynomialData but then I have to put that struct above this
100100
end
101101

102102
function Base.showerror(io::IO, err::NotPolynomialError)

0 commit comments

Comments
 (0)