deepsource-autofix[bot] commited on
Commit
b113ee4
1 Parent(s): fd42a40

Format code with black

Browse files
Files changed (1) hide show
  1. 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 = [