Skip to content

Commit 9afa246

Browse files
committed
HERD in file but restored HERDMnager status
1 parent c9fbe43 commit 9afa246

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/pynwb/file.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
import numpy as np
88
import pandas as pd
99

10+
from hdmf.container import HERDManager
1011
from hdmf.common import DynamicTableRegion, DynamicTable, HERD
1112
from hdmf.utils import docval, getargs, get_docval, popargs, popargs_to_dict, AllowPositional
1213

@@ -157,7 +158,7 @@ def __init__(self, **kwargs):
157158

158159

159160
@register_class('NWBFile', CORE_NAMESPACE)
160-
class NWBFile(MultiContainerInterface):
161+
class NWBFile(MultiContainerInterface, HERDManager):
161162
"""
162163
A representation of an NWB file.
163164
"""

0 commit comments

Comments
 (0)