Skip to content

Commit

Permalink
test: fix hanging csv start
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesCranmer committed Jun 16, 2024
1 parent 616ec5c commit 7c35b4e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pysr/test/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -391,8 +391,7 @@ def test_high_dim_selection_early_stop(self):

def test_load_model(self):
"""See if we can load a ran model from the equation file."""
csv_file_data = """
Complexity,Loss,Equation
csv_file_data = """Complexity,Loss,Equation
1,0.19951081,"1.9762075"
3,0.12717344,"(f0 + 1.4724599)"
4,0.104823045,"pow_abs(2.2683423, cos(f3))\""""
Expand Down

0 comments on commit 7c35b4e

Please sign in to comment.