Closed VisLab closed 4 months ago
In the docs on NWB files (see https://nwb-overview.readthedocs.io/en/latest/file_read/file_read.html for example) the class is referred to as NwbFile but in the code it is NWBFile.
NwbFile
NWBFile
Hi @VisLab, the NwbFile referred to on that page is used by MatNWB. PyNWB uses NWBFile.
In the docs on NWB files (see https://nwb-overview.readthedocs.io/en/latest/file_read/file_read.html for example) the class is referred to as
NwbFile
but in the code it isNWBFile
.