We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10a4cc1 commit 85d2ba1Copy full SHA for 85d2ba1
tests/lc2st_test.py
@@ -49,7 +49,7 @@ def _create_npe(num_simulations, max_epochs=None):
49
50
@pytest.fixture(scope="session")
51
def badly_trained_npe(npe_factory):
52
- return npe_factory(num_simulations=100, max_epochs=1)
+ return npe_factory(num_simulations=50, max_epochs=1)
53
54
55
0 commit comments