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
Multiple tests on dual values are broken, with the following form:
Differentiating a simple PSD: Error During Test at /home/mbesancon/Documents/crptests/project_julia/DiffOpt.jl/test/MOI_wrapper.jl:794
Test threw exception
Expression: ≈(y, [0.33333333, -0.23570226, -0.23570226, 0.33333333, -0.23570226, 0.33333333], atol = ATOL, rtol = RTOL)
DimensionMismatch("dimensions must match: a has dims (Base.OneTo(1),), b has dims (Base.OneTo(6),), mismatch at 1")
y is a Vector{Union{Float64, Vector{Float64}}} and cannot be compared with a simple vector of floats
The text was updated successfully, but these errors were encountered:
Multiple tests on dual values are broken, with the following form:
y
is aVector{Union{Float64, Vector{Float64}}}
and cannot be compared with a simple vector of floatsThe text was updated successfully, but these errors were encountered: