JuliaHomotopyContinuation / HomotopyContinuation.jl

A Julia package for solving systems of polynomials via homotopy continuation.
https://www.JuliaHomotopyContinuation.org
MIT License
178 stars 30 forks source link

fix type error for real subspaces #513

Closed PBrdng closed 1 year ago

PBrdng commented 1 year ago

Fixing the bug in #512

The problem was that the iterator for solving many subspaces promotes the first real subspace to type LinearSubspace{ComplexF64}, but not the rest. Fixed it in the code.

PBrdng commented 1 year ago

On my local machine the tests go through. Can you try @saschatimme ?

saschatimme commented 1 year ago

The errors look unrelated