Skip to content

Commit

Permalink
bug in macos-3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
bqth29 committed Oct 19, 2023
1 parent 83dad59 commit 81e34a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
workflow_dispatch:

jobs:
build-and-test:
build:
strategy:
matrix:
python: ["3.8", "3.9", "3.10"]
Expand Down
2 changes: 1 addition & 1 deletion tests/models/test_knapsack.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def test_knapsack():
"status": "not optimized",
}

model.minimize(ballistic=True, verbose=False)
model.minimize(ballistic=True, verbose=False, agents=1000)
assert model.summary["items"] == [1, 2, 3, 4]
assert model.summary["total_cost"] == 15
assert model.summary["total_weight"] == 8
Expand Down

0 comments on commit 81e34a1

Please sign in to comment.