Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
h-mayorquin committed Nov 9, 2024
2 parents 4988086 + 35915d1 commit 0f82504
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/gallery/plot_term_set.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@
For more information how to properly format the schema to support LinkML Dynamic Enumerations, please
refer to https://linkml.io/linkml/schemas/enums.html#dynamic-enums.
"""
# sphinx_gallery_thumbnail_path = 'figures/gallery_thumbnail_termset.png'

from hdmf.common import DynamicTable, VectorData
import os
import numpy as np
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/source/figures/gallery_thumbnails.pptx
Binary file not shown.
2 changes: 1 addition & 1 deletion src/hdmf/container.py
Original file line number Diff line number Diff line change
Expand Up @@ -764,7 +764,7 @@ def _generate_array_html(self, array, level):
array_info_dict = get_basic_array_info(array.data)
repr_html = generate_array_html_repr(array_info_dict, array.data, "DataIO")
elif it_was_read_with_io: # The backend handles the representation
read_io = self.get_read_io()
read_io = self.get_read_io() # Note that sometimes numpy array have a read_io attribute
repr_html = read_io.generate_dataset_html(array)
else: # Not sure which object could get here
object_class = array.__class__.__name__
Expand Down

0 comments on commit 0f82504

Please sign in to comment.