Spaces:
Running
Running
deepsource-autofix[bot]
commited on
Format code with black
Browse files- pysr/sr.py +1 -1
pysr/sr.py
CHANGED
|
@@ -1263,7 +1263,7 @@ class PySRRegressor(BaseEstimator, RegressorMixin):
|
|
| 1263 |
complexity_of_operators_str += f"({k}) => {v}, "
|
| 1264 |
complexity_of_operators_str += ")"
|
| 1265 |
complexity_of_operators = Main.eval(complexity_of_operators_str)
|
| 1266 |
-
|
| 1267 |
Main.custom_loss = Main.eval(loss)
|
| 1268 |
|
| 1269 |
mutationWeights = [
|
|
|
|
| 1263 |
complexity_of_operators_str += f"({k}) => {v}, "
|
| 1264 |
complexity_of_operators_str += ")"
|
| 1265 |
complexity_of_operators = Main.eval(complexity_of_operators_str)
|
| 1266 |
+
|
| 1267 |
Main.custom_loss = Main.eval(loss)
|
| 1268 |
|
| 1269 |
mutationWeights = [
|