Skip to content

Commit

Permalink
Use both old and new wandb disabling methods to cover multiple versio…
Browse files Browse the repository at this point in the history
…ns during tests
  • Loading branch information
golmschenk committed Oct 10, 2024
1 parent 87c05d5 commit 633952f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/end_to_end_tests/test_toy_train_session.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

def test_toy_train_session():
os.environ["WANDB_MODE"] = "disabled"
os.environ['WANDB_DISABLED'] = 'true'
model = SingleDenseLayerBinaryClassificationModel.new(input_size=100)
dataset = get_toy_dataset()
dataset.post_injection_transform = partial(
Expand Down

0 comments on commit 633952f

Please sign in to comment.