NeurodataWithoutBorders / matnwb

A Matlab interface for reading and writing NWB files
BSD 2-Clause "Simplified" License
49 stars 32 forks source link

[Feature]: give descriptive error when failing to open unsupported NWB format #499

Closed yarikoptic closed 10 months ago

yarikoptic commented 1 year ago

What would you like to see added to MatNWB?

matnwb crashes without informative error for user that the format is not supported on 2.0b version of nwb file: https://github.com/NeurodataWithoutBorders/matnwb/issues/493#issuecomment-1491199521

similar issue https://github.com/NeurodataWithoutBorders/pynwb/issues/1609 was fixed https://github.com/NeurodataWithoutBorders/pynwb/pull/1612 recently in pynwb

it would probably also close https://github.com/NeurodataWithoutBorders/matnwb/issues/236

Is your feature request related to a problem?

No response

What solution would you like?

alike https://github.com/NeurodataWithoutBorders/pynwb/pull/1612

Do you have any interest in helping implement the feature?

No.

Code of Conduct