MilesCranmer commited on
Commit
09c45a1
1 Parent(s): 45d2b5f

Turn off parsimony in test

Browse files
Files changed (1) hide show
  1. test/test.py +2 -0
test/test.py CHANGED
@@ -15,6 +15,7 @@ class TestPipeline(unittest.TestCase):
15
  populations=4,
16
  annealing=True,
17
  useFrequency=False,
 
18
  )
19
  np.random.seed(0)
20
  self.X = np.random.randn(100, 5)
@@ -195,6 +196,7 @@ class TestBest(unittest.TestCase):
195
  output_jax_format=False,
196
  multioutput=False,
197
  nout=1,
 
198
  )
199
  self.model.n_features = 2
200
  self.model.refresh()
 
15
  populations=4,
16
  annealing=True,
17
  useFrequency=False,
18
+ parsimony=0.0,
19
  )
20
  np.random.seed(0)
21
  self.X = np.random.randn(100, 5)
 
196
  output_jax_format=False,
197
  multioutput=False,
198
  nout=1,
199
+ parsimony=0.0,
200
  )
201
  self.model.n_features = 2
202
  self.model.refresh()