Skip to content

Commit 159befe

Browse files
committed
reduce datasize to avoid learning a valid certificate at the first iter
1 parent 486368e commit 159befe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_cegis.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ def _get_single_integrator_config(self):
5959

6060
def test_loop(self):
6161
config = self._get_single_integrator_config()
62+
config.N_DATA = 1 # reduce data size so that we don't learn anything in 10 iters
6263
config.LEARNING_RATE = 1e-30 # make learning rate small so that we don't learn anything in 10 iters
6364

6465
c = Cegis(config=config, verbose=2)

0 commit comments

Comments
 (0)