Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnaceBleukx committed Nov 16, 2023
1 parent 37abb08 commit c880511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_globalconstraints.py
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@ def test_circuit(self):
self.assertRaises(TypeError,cp.Circuit,(a,b))
self.assertRaises(TypeError,cp.Circuit,(x,y,b))

def test_multiciruit(self):
def test_multicicruit(self):
c1 = cp.Circuit(cp.intvar(0,4, shape=5))
c2 = cp.Circuit(cp.intvar(0,2, shape=3))
self.assertTrue(cp.Model(c1 & c2).solve())
Expand Down

0 comments on commit c880511

Please sign in to comment.