MilesCranmer commited on
Commit
893fdd2
1 Parent(s): 9b2a102

Add missing default in docstring

Browse files
Files changed (1) hide show
  1. pysr/sr.py +1 -1
pysr/sr.py CHANGED
@@ -458,7 +458,7 @@ class PySRRegressor(MultiOutputMixin, RegressorMixin, BaseEstimator):
458
  equation_file : str, default=None
459
  Where to save the files (.csv separated by |).
460
 
461
- temp_equation_file :
462
  Whether to put the hall of fame file in the temp directory.
463
  Deletion is then controlled with the :param`delete_tempfiles`
464
  parameter.
 
458
  equation_file : str, default=None
459
  Where to save the files (.csv separated by |).
460
 
461
+ temp_equation_file : bool, default=False
462
  Whether to put the hall of fame file in the temp directory.
463
  Deletion is then controlled with the :param`delete_tempfiles`
464
  parameter.