MilesCranmer commited on
Commit
c1cff38
2 Parent(s): 55b1295 0640e50

Merge pull request #109 from MilesCranmer/deepsource-transform-b4fd0455

Browse files
Files changed (1) hide show
  1. benchmarks/hyperparamopt.py +1 -1
benchmarks/hyperparamopt.py CHANGED
@@ -232,7 +232,7 @@ while True:
232
  max_evals=n + len(trials.trials),
233
  trials=trials,
234
  verbose=1,
235
- rstate=np.random.default_rng(np.random.randint(1, 10 ** 6)),
236
  )
237
  except hyperopt.exceptions.AllTrialsFailed:
238
  continue
 
232
  max_evals=n + len(trials.trials),
233
  trials=trials,
234
  verbose=1,
235
+ rstate=np.random.default_rng(np.random.randint(1, 10**6)),
236
  )
237
  except hyperopt.exceptions.AllTrialsFailed:
238
  continue