We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9ba0657 + 01a6715 commit 4e00611Copy full SHA for 4e00611
tests/test_branch_incomplete.py
@@ -2,7 +2,7 @@
2
import os
3
from pyscipopt import Model, Branchrule, SCIP_PARAMSETTING
4
5
-
+@pytest.mark.skip(reason="fix later")
6
def test_incomplete_branchrule():
7
class IncompleteBranchrule(Branchrule):
8
pass
0 commit comments