Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Skip incomplete test
  • Loading branch information
Opt-Mucca committed Mar 5, 2024
commit 01a6715505cc967c939383ea4676e27645b91b7f
2 changes: 1 addition & 1 deletion tests/test_branch_incomplete.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import os
from pyscipopt import Model, Branchrule, SCIP_PARAMSETTING


@pytest.mark.skip(reason="fix later")
def test_incomplete_branchrule():
class IncompleteBranchrule(Branchrule):
pass
Expand Down