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
I only noticed this after making the change I mentioned in #105, since Highs_run warnings were now going through the if..else lists in MOI.get(..., ::MOI.TerminationStatus) and MOI.get(..., ::MOI.RawStatusString) and erroring on the malformed assertions, with TypeError: non-boolean used in boolean context.
The text was updated successfully, but these errors were encountered:
HiGHS.jl/src/MOI_wrapper.jl
Line 1705 in 8e39503
Also at
HiGHS.jl/src/MOI_wrapper.jl
Line 1653 in 8e39503
I only noticed this after making the change I mentioned in #105, since
Highs_run
warnings were now going through the if..else lists inMOI.get(..., ::MOI.TerminationStatus)
andMOI.get(..., ::MOI.RawStatusString)
and erroring on the malformed assertions, withTypeError: non-boolean used in boolean context
.The text was updated successfully, but these errors were encountered: