From 33196fcc2a468280aebc770bb86789a06c1e4663 Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 16:48:00 +0000 Subject: [PATCH] Format code with black 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/ --- pysr/sr.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/pysr/sr.py b/pysr/sr.py index a510687dd..1d1dc78eb 100644 --- a/pysr/sr.py +++ b/pysr/sr.py @@ -741,7 +741,6 @@ def __init__( julia_kwargs=None, **kwargs, ): - # Hyperparameters # - Model search parameters self.model_selection = model_selection @@ -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