Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix tests #91

Merged
merged 1 commit into from
Mar 5, 2021
Merged

Fix tests #91

merged 1 commit into from
Mar 5, 2021

Conversation

nritsche
Copy link
Collaborator

@nritsche nritsche commented Mar 3, 2021

  • test: open h5 files in write mode

Since h5py 3.0 the default is read only, which broke these tests.

Since h5py 3.0 the default is read only, which broke these tests.
@nritsche nritsche marked this pull request as ready for review March 3, 2021 23:02
@@ -34,8 +34,7 @@ def test_plugins(self):
dtype = np.int64
data = np.arange(shape[0])
fname = "tmp_test_filters.h5"
f = h5py.File(fname)
f = h5py.File(fname)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder what happened here.

@nritsche nritsche merged commit ed6cec4 into master Mar 5, 2021
@nritsche nritsche deleted the rn/fixtests branch March 5, 2021 02:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants