Skip to content

Commit b96b2fd

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 5cb4cd0 commit b96b2fd

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

pysr/test/test_main.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,9 @@ def setUp(self):
8080
def test_temp_equation_file_respects_tempdir(self):
8181
with tempfile.TemporaryDirectory() as d:
8282
tempdir = Path(d) / "pysr-temp"
83-
model = PySRRegressor(temp_equation_file=True, tempdir=str(tempdir), run_id="t")
83+
model = PySRRegressor(
84+
temp_equation_file=True, tempdir=str(tempdir), run_id="t"
85+
)
8486
model._setup_equation_file()
8587
self.assertEqual(Path(model.output_directory_).parent, tempdir)
8688

0 commit comments

Comments
 (0)