Skip to content

Commit

Permalink
[REFACTOR] More information on byte naming
Browse files Browse the repository at this point in the history
Co-authored-by: José Morales <[email protected]>
  • Loading branch information
akmalsoliev and jmoralez authored Oct 23, 2023
1 parent 4fbed3c commit 55af8e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions statsforecast/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -1566,8 +1566,8 @@ def save(
Path of the file to be saved. If `None` will create one in the current
directory using the current UTC timestamp.
max_size : str, optional (default = None)
StatsForecast class should not exceed this size, available byte naming:
['B', 'KB', 'MB', 'GB']
StatsForecast object should not exceed this size.
Available byte naming: ['B', 'KB', 'MB', 'GB']
If max_size is set, but not parsable then default 50MB will be set.
trim: bool, (default = False)
Delete any attributes not needed for inference.
Expand Down

0 comments on commit 55af8e9

Please sign in to comment.