You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
```julia
/home/runner/work/NonlinearSolve.jl/NonlinearSolve.jl/lib/NonlinearSolveHomotopyContinuation/test/single_root.jl:151
Got exception outside of a @test
PreparationMismatchError (inconsistent types between preparation and execution):
- f!: ✅
- y: ✅
- backend: ✅
- x: ❌
- prep: Vector{Float64}
- exec: Base.ReinterpretArray{Float64, 1, ComplexF64, Vector{ComplexF64}, false}
- contexts: ✅
If you are confident that this check is superfluous, you can disable it by running preparation with the keyword argument `strict=Val(false)` inside DifferentiationInterface.
```
Reinterpret seems to bug it so it's easiest to just remove it.
0 commit comments