Skip to content

Commit

Permalink
Resolved issue 1829 - corrected docstring param to False (#1843)
Browse files Browse the repository at this point in the history
  • Loading branch information
IRKnyazev authored Jul 29, 2024
1 parent 60e3fb4 commit 0784b36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aeon/datasets/_data_loaders.py
Original file line number Diff line number Diff line change
Expand Up @@ -962,7 +962,7 @@ def load_forecasting(name, extract_path=None, return_metadata=False):
extract_path : optional (default = None)
Path of the location for the data file. If none, data is written to
os.path.dirname(__file__)/data/
return_metadata : boolean, default = True
return_metadata : boolean, default = False
If True, returns a tuple (data, metadata)
Returns
Expand Down

0 comments on commit 0784b36

Please sign in to comment.