Skip to content

Commit

Permalink
test(tests/test_train.py): disable wandb during testing
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaNG committed May 8, 2024
1 parent 4d3f64f commit c58d430
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_train.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,7 @@ class Args:
architecture = "MLP"
device = "cpu"

os.environ["WANDB_DISABLED"] = "true"

args = Args()
main(args)

0 comments on commit c58d430

Please sign in to comment.