MilesCranmer commited on
Commit
6bd5a10
1 Parent(s): 45bf2c2

Update docs on expected csv file

Browse files
Files changed (1) hide show
  1. pysr/sr.py +1 -1
pysr/sr.py CHANGED
@@ -469,7 +469,7 @@ class PySRRegressor(MultiOutputMixin, RegressorMixin, BaseEstimator):
469
  Whether to use a progress bar instead of printing to stdout.
470
 
471
  equation_file : str, default=None
472
- Where to save the files (.csv separated by |).
473
 
474
  temp_equation_file : bool, default=False
475
  Whether to put the hall of fame file in the temp directory.
 
469
  Whether to use a progress bar instead of printing to stdout.
470
 
471
  equation_file : str, default=None
472
+ Where to save the files (with `.csv` extension).
473
 
474
  temp_equation_file : bool, default=False
475
  Whether to put the hall of fame file in the temp directory.