Skip to content

Commit 85d2ba1

Browse files
committed
decrease training set bad npe
1 parent 10a4cc1 commit 85d2ba1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/lc2st_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def _create_npe(num_simulations, max_epochs=None):
4949

5050
@pytest.fixture(scope="session")
5151
def badly_trained_npe(npe_factory):
52-
return npe_factory(num_simulations=100, max_epochs=1)
52+
return npe_factory(num_simulations=50, max_epochs=1)
5353

5454

5555
@pytest.fixture(scope="session")

0 commit comments

Comments
 (0)