Skip to content

Commit

Permalink
address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
fraimondo committed Jan 24, 2025
1 parent 6b2c7fb commit 7cd01dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/changes/newsfragments/422.feature
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Allow storage of 2D timeseries `Fede Raimondo`_
Allow storage of 2D timeseries, currently only supported by HDF5FeatureStorage by `Fede Raimondo`_
2 changes: 1 addition & 1 deletion junifer/storage/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ def store_timeseries_2d(
The timeseries data to store.
col_names : list or tuple of str, optional
The column labels (default None).
row_names : str, optional
row_names : list or tuple of str, optional
The row labels (default None).
"""
Expand Down

0 comments on commit 7cd01dd

Please sign in to comment.