We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8535bfc commit 851cb6fCopy full SHA for 851cb6f
tests/back_compat/test_read.py
@@ -175,8 +175,9 @@ def test_read_device_model_str_attribute(self):
175
with self.get_io(f) as io:
176
# assert warning is issued to inform user the attribute is being remapped
177
with self.assertWarnsWith(UserWarning,
178
- 'Device.model was detected as a string. ' \
179
- 'Remapping "dichroic mirror model" to a DeviceModel'):
+ 'Device.model was detected as a string, ' \
+ 'but NWB 2.9 specifies Device.model as a link to a DeviceModel. '
180
+ 'Remapping "dichroic mirror model" to a new DeviceModel.'):
181
read_nwbfile = io.read()
182
183
# assert data was remapped correctly
0 commit comments