MilesCranmer commited on
Commit
7c35b4e
1 Parent(s): 616ec5c

test: fix hanging csv start

Browse files
Files changed (1) hide show
  1. pysr/test/test.py +1 -2
pysr/test/test.py CHANGED
@@ -391,8 +391,7 @@ class TestPipeline(unittest.TestCase):
391
 
392
  def test_load_model(self):
393
  """See if we can load a ran model from the equation file."""
394
- csv_file_data = """
395
- Complexity,Loss,Equation
396
  1,0.19951081,"1.9762075"
397
  3,0.12717344,"(f0 + 1.4724599)"
398
  4,0.104823045,"pow_abs(2.2683423, cos(f3))\""""
 
391
 
392
  def test_load_model(self):
393
  """See if we can load a ran model from the equation file."""
394
+ csv_file_data = """Complexity,Loss,Equation
 
395
  1,0.19951081,"1.9762075"
396
  3,0.12717344,"(f0 + 1.4724599)"
397
  4,0.104823045,"pow_abs(2.2683423, cos(f3))\""""