Skip to content

Commit

Permalink
Format code with black
Browse files Browse the repository at this point in the history
This 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/
  • Loading branch information
deepsource-autofix[bot] committed Mar 13, 2023
1 parent 6db5312 commit 33196fc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pysr/sr.py
Expand Up @@ -741,7 +741,6 @@ def __init__(
julia_kwargs=None,
**kwargs,
):

# Hyperparameters
# - Model search parameters
self.model_selection = model_selection
Expand Down Expand Up @@ -2095,7 +2094,6 @@ def get_hof(self):
equation_file_contents = copy.deepcopy(self.equation_file_contents_)

for output in equation_file_contents:

scores = []
lastMSE = None
lastComplexity = 0
Expand Down

0 comments on commit 33196fc

Please sign in to comment.