You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What would you like to see added to the NWBInspector?
With the new pynwb release, 2.1.0, you no longer need to fill x, y, and z with np.nan. We should make a suggestion to remove these if they are present. Maybe this suggestion should only show up to the nwb schema version is >= 2.5.0. What do you think, @CodyCBakerPhD? Should we make version-specific messages?
Pseudocode or other logic of the check
No response
Do you have any interest in helping implement the check function?
So, a new check that if nwb_schema_version >= 2.5.0 and any_new_optional_electrode_cols_are_nan, alerts the user that they don't need to specify them? I'd be fine with that, yeah. It isn't terribly common to make this type of schema change so we shouldn't get too bogged down from the precedence to make too many version-specific checks.
What would you like to see added to the NWBInspector?
With the new pynwb release, 2.1.0, you no longer need to fill x, y, and z with
np.nan
. We should make a suggestion to remove these if they are present. Maybe this suggestion should only show up to the nwb schema version is >= 2.5.0. What do you think, @CodyCBakerPhD? Should we make version-specific messages?Pseudocode or other logic of the check
No response
Do you have any interest in helping implement the check function?
No.
Code of Conduct
The text was updated successfully, but these errors were encountered: