Skip to content

Fix failing tests (query variable integrality.) #6

@rschwarz

Description

@rschwarz

Tests that were failing on Windows:

test_model.py::test_query_variable_attributes[HiGHS]
test_model.py::test_setting_variable_attributes[HiGHS]

For some reason, these did pass on Linux.

In the relevant functions, the return code of the C API function is not checked. If we check this, it also fails on Linux.

(It seems that the (internal) _integrality vector is not properly initialised by HiGHS at the point where try to read from it.)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions