Skip to content

Broken legacy extension for ROIs #392

@dorukozturk

Description

@dorukozturk

Bug

#391 introduced this.

Sample file can be downloaded with:

curl -o 570014520.nwb "https://data.kitware.com/api/v1/file/5a4f91618d777f5e872f8101/download"

Steps to Reproduce

import pynwb

legacy_map = pynwb.legacy.get_type_map()
nwb = pynwb.NWBHDF5IO('570014520.nwb', extensions=legacy_map, mode='r').read()

Error Message

Exception: Could not construct RoiResponseSeries object                                                               
    missing argument 'rois': RoiResponseSeries (imaging_plane_1)

Environment

Please describe your environment according to the following bullet points.

  • Python Executable: Python
  • Python Version: Python 2.7 or Python 3.6
  • Operating System: Linux
  • Pynwb Version: dev

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions