mirror of
https://github.com/wassname/pytorch-lightning.git
synced 2026-09-10 12:21:57 +08:00
skip warning test (#1533)
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
import platform
|
||||
|
||||
import pytest
|
||||
import torch
|
||||
|
||||
@@ -488,6 +490,7 @@ def test_error_on_zero_len_dataloader(tmpdir):
|
||||
trainer.fit(model)
|
||||
|
||||
|
||||
@pytest.mark.skipif(platform.system() == 'Windows', reason='Does not apply to Windows platform.')
|
||||
def test_warning_with_few_workers(tmpdir):
|
||||
""" Test that error is raised if dataloader with only a few workers is used """
|
||||
tutils.reset_seed()
|
||||
|
||||
Reference in New Issue
Block a user