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
Skip datetime, timedelta, and complex with N5Store (#411)
The N5 spec does not currently list support for datetime, timedelta, and
complex typed data. So customize `test_dtype` for `N5Store` to avoid
these and instead focus on the types `N5Store` does support.
0 commit comments