Skip to content

Commit

Permalink
Remove 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
dhadka committed Sep 4, 2024
1 parent 850a00c commit ba9a8c3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]

steps:
- uses: actions/checkout@v4
Expand Down
1 change: 0 additions & 1 deletion rhodium/optimization.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ def optimize(model, algorithm="NSGAII", NFE=10000, module="platypus", **kwargs):
if any([r.dir not in [Response.MINIMIZE, Response.MAXIMIZE] for r in model.responses]):
# if there are any responses not included in the optimization, we must
# re-evaluate the model to get all responses
print("reeval")
env = evaluate(model, env)
else:
for i, response in enumerate(model.responses):
Expand Down

0 comments on commit ba9a8c3

Please sign in to comment.