Commit 943fd30
committed
Set strict=false for DI in HomotopyContinuation
```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.1 parent f924404 commit 943fd30
File tree
1 file changed
+5
-5
lines changed- lib/NonlinearSolveHomotopyContinuation/src
1 file changed
+5
-5
lines changedLines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
| 121 | + | |
122 | 122 | | |
123 | | - | |
| 123 | + | |
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
| |||
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
185 | | - | |
| 185 | + | |
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
189 | | - | |
| 189 | + | |
190 | 190 | | |
191 | | - | |
| 191 | + | |
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
| |||
0 commit comments