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

pytest failures #79

Closed
jreadey opened this issue Aug 5, 2020 · 2 comments
Closed

pytest failures #79

jreadey opened this issue Aug 5, 2020 · 2 comments

Comments

@jreadey
Copy link

jreadey commented Aug 5, 2020

Hi,

I built from master with Python 3.8, h5py 2.10.0, netCDF4 1.5.4, and hdf5 1.10.4.

Running py.test -v h5netcdf/ (with WITHRESTAPI not set) I got the following two failures:

FAILED h5netcdf/tests/test_h5netcdf.py::test_invalid_netcdf4[testfile.nc] - AssertionError: assert 'phony_dim_0' == 'phony_dim_1'
FAILED h5netcdf/tests/test_h5netcdf.py::test_invalid_netcdf4_mixed[testfile.nc] - AssertionError: assert 'y1' == 'z1'

Any idea what's up with these?

Tried again with h5py 2.8.0 and got the same result. Strange, as it looks like the travis tests are passing.

@shoyer
Copy link
Collaborator

shoyer commented Oct 5, 2020

What version of libnetcdf are you using? If I recall correctly, this requires a relatively recent bug-fix to libnetcdf.

@kmuehlbauer
Copy link
Collaborator

@Jready This is implemented in netcdf-c 4.7.3 and available in h5netcdf=0.8.0. Please reopen if still an issue.

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

No branches or pull requests

3 participants