We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 945999e commit d39727eCopy full SHA for d39727e
src/systems/nonlinear/homotopy_continuation.jl
@@ -96,7 +96,7 @@ end
96
struct NotPolynomialError <: Exception
97
transformation_err::Union{PolynomialTransformationError, Nothing}
98
eq::Vector{Equation}
99
- data::Vector{PolynomialData}
+ data::Vector{Any} # PolynomialData but then I have to put that struct above this
100
end
101
102
function Base.showerror(io::IO, err::NotPolynomialError)
0 commit comments