Skip to content

Commit

Permalink
Fix ruff formatting in plot_linking_data
Browse files Browse the repository at this point in the history
  • Loading branch information
oruebel committed Aug 20, 2024
1 parent 023271d commit 9eda86d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/gallery/advanced_io/plot_linking_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -268,8 +268,8 @@
# -------------------------------------------------------------------
#
# For extremely large datasets it can be useful to split data across multiple files, e.g., in cases where
# the file stystem does not allow for large files. While we can
# achieve this by writing different components (e.g., :py:meth:`~pynwb.base.TimeSeries`) to different files as described above,
# the file stystem does not allow for large files. While we can achieve this by writing different
# components (e.g., :py:meth:`~pynwb.base.TimeSeries`) to different files as described above,
# this option does not allow splitting data from single datasets. An alternative option is to use the
# ``family`` driver in ``h5py`` to automatically split the NWB file into a collection of many HDF5 files.
# The ``family`` driver stores the file on disk as a series of fixed-length chunks (each in its own file).
Expand Down

0 comments on commit 9eda86d

Please sign in to comment.