Skip to content

Commit

Permalink
Update test_classifier.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jurgen-lentz authored Mar 5, 2024
1 parent 97df2b2 commit bcd8e02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_classifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def cuttingStockExample2():
return w, q, B

def createCuttingStockModel(width, widths, quantities, ndemands, nrolls):
model = Model("cutting-stock")
model = Model()

x = {}
y = {}
Expand Down

0 comments on commit bcd8e02

Please sign in to comment.