-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
There are weird issues detected by Github Actions on Mac OS:
Lines 104 to 132 in 53b41fb
| # FIXME The following are weird test failures that occur only on Github Actions for Mac OS but not Linux. | |
| # It also seems to not be consistent between runs: | |
| # Incorrect solution | |
| "test_objective_ObjectiveFunction_VariableIndex", | |
| "test_conic_SecondOrderCone_negative_post_bound", | |
| "test_solve_result_index", | |
| "test_modification_set_singlevariable_lessthan", | |
| "test_conic_SecondOrderCone_nonnegative_initial_bound", | |
| "test_objective_FEASIBILITY_SENSE_clears_objective", | |
| # ALMOST_OPTIMAL | |
| "test_conic_RotatedSecondOrderCone_VectorOfVariables", | |
| # NUMERICAL_ERROR | |
| "test_objective_ObjectiveFunction_blank", | |
| "test_objective_ObjectiveFunction_duplicate_terms", | |
| "test_modification_transform_singlevariable_lessthan", | |
| "test_conic_SecondOrderCone_no_initial_bound", | |
| "test_conic_SecondOrderCone_negative_initial_bound", | |
| "test_solve_TerminationStatus_DUAL_INFEASIBLE", | |
| "test_modification_set_singlevariable_lessthan:", | |
| "test_modification_delete_variable_with_single_variable_obj", | |
| # Expression: MOI.get(model, MOI.TerminationStatus()) == MOI.DUAL_INFEASIBLE | |
| # Evaluated: MathOptInterface.INFEASIBLE == MathOptInterface.DUAL_INFEASIBLE | |
| "test_conic_SecondOrderCone_negative_post_bound_2", | |
| "test_conic_SecondOrderCone_negative_post_bound_3", | |
| # Expression: MOI.get(model, MOI.TerminationStatus()) == config.optimal_status | |
| # Evaluated: MathOptInterface.INFEASIBLE == MathOptInterface.OPTIMAL | |
| "test_modification_const_scalar_objective", | |
| "test_modification_coef_scalar_objective", | |
| "test_modification_set_singlevariable_lessthan", |
Could someone with a mac take a look ?
Metadata
Metadata
Assignees
Labels
No labels