-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
Description
Breaking change introduced by pynwb=3.1.0
Deviceobjects must receive aDeviceModelobject rather than astrfor themodelargument- Example
DeviceModeldeclaration:
from pynwb.device import Device, DeviceModel
DeviceModel(
name="MyDevice",
description="A test device",
manufacturer="MyCompany"
)- Affected Locations
add_camerasmake_optogenetic_source(pending Implement addition of optogenetic metadata #118)make_optical_fiber(pending Implement addition of optogenetic metadata #118)