MilesCranmer commited on
Commit
c4c0a9e
1 Parent(s): a42ffe5

Beef up testing settings

Browse files
Files changed (1) hide show
  1. test/test.py +3 -1
test/test.py CHANGED
@@ -12,7 +12,9 @@ class TestPipeline(unittest.TestCase):
12
  def setUp(self):
13
  self.default_test_kwargs = dict(
14
  niterations=10,
15
- populations=4,
 
 
16
  annealing=True,
17
  useFrequency=False,
18
  )
 
12
  def setUp(self):
13
  self.default_test_kwargs = dict(
14
  niterations=10,
15
+ populations=100,
16
+ ncyclesperiteration=100,
17
+ npop=100,
18
  annealing=True,
19
  useFrequency=False,
20
  )