deepsource-autofix[bot] commited on
Commit
0640e50
·
unverified ·
1 Parent(s): 55b1295

Format code with black

Browse files

This commit fixes the style issues introduced in 55b1295 according to the output
from black.

Details: https://deepsource.io/gh/MilesCranmer/PySR/transform/a22da68c-cfd9-48d0-97a6-019bbcaa9565/

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