NeurodataWithoutBorders / matnwb

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

`namespace` searching hierarchy #233

Open lawrence-mbf opened 4 years ago

lawrence-mbf commented 4 years ago

As per https://github.com/NeurodataWithoutBorders/matnwb/pull/232#issuecomment-653047751

This is the order in which MatNWB should search for the namespace directory\:

    • [ ] Current working directory
    • [ ] Workspace environment
    • [x] MatNWB directory
    • [x] Warn that no namespace could be found.
lawrence-mbf commented 1 year ago

Revisiting this, I'm not sure if this should break from default MATLAB script discovery behavior. That way at least it's consistent and is not a strange mental load for users.