Skip to content

Commit

Permalink
Fix tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
bengioe committed Feb 5, 2024
1 parent a9387dd commit 174d2f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/gflownet/tasks/seh_frag_moo.py
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ def main():
"num_training_steps": 500,
"num_final_gen_steps": 50,
"validate_every": 100,
"num_workers": 8,
"num_workers": 0,
"algo": {
"global_batch_size": 64,
"method": "TB",
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ commands =
deps =
types-setuptools
pre-commit
ruff
ruff==0.2.0
isort
mypy
bandit[toml]
Expand Down

0 comments on commit 174d2f4

Please sign in to comment.