Skip to content

Commit

Permalink
reduce workers to zero
Browse files Browse the repository at this point in the history
  • Loading branch information
sadamov committed Nov 16, 2024
1 parent f56a999 commit 4a5ae6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_training.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def test_training(datastore_name):
ar_steps_eval=5,
standardize=True,
batch_size=2,
num_workers=1,
num_workers=0,
num_past_forcing_steps=1,
num_future_forcing_steps=1,
)
Expand Down

0 comments on commit 4a5ae6c

Please sign in to comment.