Skip to content

Commit

Permalink
rev
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitgr7 committed Nov 15, 2021
1 parent 0a7a605 commit a31cb42
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/trainer/flags/test_overfit_batches.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ def test_overfit_basic(tmpdir, overfit_batches):
assert trainer.num_training_batches == int(
overfit_batches * (1 if isinstance(overfit_batches, int) else total_train_samples)
)
breakpoint()


def test_overfit_batches_raises_warning_in_case_of_sequential_sampler(tmpdir):
Expand Down

0 comments on commit a31cb42

Please sign in to comment.