Spaces:
Sleeping
Sleeping
deepsource-autofix[bot]
commited on
Commit
•
33196fc
1
Parent(s):
6db5312
Format code with black
Browse filesThis commit fixes the style issues introduced in 6db5312 according to the output
from black.
Details: https://deepsource.io/gh/MilesCranmer/PySR/transform/e512c949-ba2c-45b0-aba5-d650dc503c30/
- pysr/sr.py +0 -2
pysr/sr.py
CHANGED
@@ -741,7 +741,6 @@ class PySRRegressor(MultiOutputMixin, RegressorMixin, BaseEstimator):
|
|
741 |
julia_kwargs=None,
|
742 |
**kwargs,
|
743 |
):
|
744 |
-
|
745 |
# Hyperparameters
|
746 |
# - Model search parameters
|
747 |
self.model_selection = model_selection
|
@@ -2095,7 +2094,6 @@ class PySRRegressor(MultiOutputMixin, RegressorMixin, BaseEstimator):
|
|
2095 |
equation_file_contents = copy.deepcopy(self.equation_file_contents_)
|
2096 |
|
2097 |
for output in equation_file_contents:
|
2098 |
-
|
2099 |
scores = []
|
2100 |
lastMSE = None
|
2101 |
lastComplexity = 0
|
|
|
741 |
julia_kwargs=None,
|
742 |
**kwargs,
|
743 |
):
|
|
|
744 |
# Hyperparameters
|
745 |
# - Model search parameters
|
746 |
self.model_selection = model_selection
|
|
|
2094 |
equation_file_contents = copy.deepcopy(self.equation_file_contents_)
|
2095 |
|
2096 |
for output in equation_file_contents:
|
|
|
2097 |
scores = []
|
2098 |
lastMSE = None
|
2099 |
lastComplexity = 0
|