Skip to content

Commit

Permalink
pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitgr7 committed Aug 4, 2020
1 parent 4716885 commit 74815d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/trainer/test_dataloaders.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,8 @@ def test_multiple_dataloaders_passed_to_fit(tmpdir, ckpt_path):
pytest.param(1.0, 1.0, 1.0),
]
)
def test_inf_dataloaders_with_limit_percent_batches(tmpdir, limit_train_batches, limit_val_batches, limit_test_batches):
def test_inf_dataloaders_with_limit_percent_batches(tmpdir, limit_train_batches,
limit_val_batches, limit_test_batches):
"""Verify inf train, val & test dataloaders (e.g. IterableDataset) passed with batch limit in percent"""
model = EvalModelTemplate()
model.train_dataloader = model.train_dataloader__infinite
Expand Down

0 comments on commit 74815d9

Please sign in to comment.