Skip to content

Commit

Permalink
remove python code that is not rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
bendichter committed Jan 30, 2024
1 parent b3a060f commit 387a4a1
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions docs/gallery/advanced_io/plot_editing.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,15 +110,7 @@

##############################################
# This will change the shape of the dataset in-place. If you try to change the shape of
# a dataset with a fixed shape, you will get an error:
#
# .. code-block:: python
# import h5py
#
# with h5py.File("test_edit.nwb", "r+") as f:
# f["acquisition"]["synthetic_timeseries"]["data"].resize((200, 100))
#
# ValueError: Unable to resize dataset (no object or chunk storage)
# a dataset with a fixed shape, you will get an error.
#
# Replacing a dataset in h5py
# ----------------------------
Expand Down

0 comments on commit 387a4a1

Please sign in to comment.