Spaces:
Sleeping
Sleeping
deepsource-autofix[bot]
commited on
Commit
•
d3e3eb4
1
Parent(s):
5d9233a
Format code with black
Browse filesThis commit fixes the style issues introduced in 5d9233a according to the output
from black.
Details: https://deepsource.io/gh/MilesCranmer/PySR/transform/a244ac16-0f75-4846-b65e-d1049d226249/
- pysr/sr.py +1 -0
pysr/sr.py
CHANGED
@@ -1051,6 +1051,7 @@ class PySRRegressor(BaseEstimator, RegressorMixin):
|
|
1051 |
f'Pkg.activate("{_escape_filename(self.julia_project)}", io={io})'
|
1052 |
)
|
1053 |
from julia.api import JuliaError
|
|
|
1054 |
try:
|
1055 |
if update:
|
1056 |
Main.eval(f"Pkg.resolve(io={io})")
|
|
|
1051 |
f'Pkg.activate("{_escape_filename(self.julia_project)}", io={io})'
|
1052 |
)
|
1053 |
from julia.api import JuliaError
|
1054 |
+
|
1055 |
try:
|
1056 |
if update:
|
1057 |
Main.eval(f"Pkg.resolve(io={io})")
|