Skip to content

Commit

Permalink
NFC: apply blacl
Browse files Browse the repository at this point in the history
  • Loading branch information
jsiirola committed May 26, 2023
1 parent f492dd8 commit c2fe429
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyomo/contrib/fbbt/tests/test_fbbt.py
Original file line number Diff line number Diff line change
Expand Up @@ -1331,6 +1331,7 @@ def test_named_expr(self):
self.assertAlmostEqual(m.x.lb, 2)
self.assertAlmostEqual(m.x.ub, 3)


class TestFBBT(FbbtTestBase, unittest.TestCase):
def setUp(self) -> None:
self.tightener = fbbt

0 comments on commit c2fe429

Please sign in to comment.