Spaces:
Sleeping
Sleeping
deepsource-autofix[bot]
commited on
Format code with black
Browse filesThis 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/
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
|
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
|