Skip to content

Commit

Permalink
fixing ruff formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jezsadler committed Dec 9, 2024
1 parent 635ca36 commit 7269355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/gbt/test_gbt_formulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@

var_factory = OmltVarFactory()


@pytest.mark.skip("Francesco and Alex need to check this test")
def test_formulation_with_continuous_variables():
model = onnx.load(Path(__file__).parent / "continuous_model.onnx")

m = pe.ConcreteModel()


m.x = var_factory.new_var(range(4), bounds=(-2.0, 2.0))
m.x[3].setlb(0.0)
m.x[3].setub(1.0)
Expand Down

0 comments on commit 7269355

Please sign in to comment.