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
Be more robust in how regression data are discovered (#821)
* Ensure a test opens an expected array as read-only
Avoid creating an empty array when test_open does not find the expected
existing array.
* Ensure that the test fixture can be found
Regardless of the test runner working directory, ensure that this test
fixture returns the path to the relevant regression data directory,
which lives under the project root.
* Pass path strings, not pathlib.Paths, to FSStore
* Add release note
0 commit comments