home / github / issues

Menu
  • GraphQL API
  • Search all tables

issues: 739008382

This data as json

id node_id number title user state locked assignee milestone comments created_at updated_at closed_at author_association active_lock_reason draft pull_request body reactions performed_via_github_app state_reason repo type
739008382 MDU6SXNzdWU3MzkwMDgzODI= 4570 fix compatibility with h5py version 3 and unpin tests 10194086 closed 0     6 2020-11-09T13:00:01Z 2021-02-17T08:41:20Z 2021-02-17T08:41:20Z MEMBER      

h5py version 3.1 broke our tests. I pinned it to version 2.10 in #4569. We should therefore

  • fix the issues
  • unpin h5py again

The failures could be related to a change how strings are read: https://docs.h5py.org/en/latest/strings.html I am not sure if this has to be fixed in xarray or in h5necdf. I'd be happy if someone else took this one.

Failed tests:

``` FAILED xarray/tests/test_backends.py::TestH5NetCDFData::test_zero_dimensional_variable FAILED xarray/tests/test_backends.py::TestH5NetCDFData::test_write_store - As... FAILED xarray/tests/test_backends.py::TestH5NetCDFData::test_roundtrip_test_data FAILED xarray/tests/test_backends.py::TestH5NetCDFData::test_load - Assertion... FAILED xarray/tests/test_backends.py::TestH5NetCDFData::test_dataset_compute FAILED xarray/tests/test_backends.py::TestH5NetCDFData::test_roundtrip_object_dtype FAILED xarray/tests/test_backends.py::TestH5NetCDFData::test_roundtrip_string_data FAILED xarray/tests/test_backends.py::TestH5NetCDFData::test_orthogonal_indexing FAILED xarray/tests/test_backends.py::TestH5NetCDFData::test_vectorized_indexing FAILED xarray/tests/test_backends.py::TestH5NetCDFData::test_isel_dataarray FAILED xarray/tests/test_backends.py::TestH5NetCDFData::test_array_type_after_indexing FAILED xarray/tests/test_backends.py::TestH5NetCDFData::test_append_write - A... FAILED xarray/tests/test_backends.py::TestH5NetCDFData::test_append_overwrite_values FAILED xarray/tests/test_backends.py::TestH5NetCDFData::test_write_groups - A... FAILED xarray/tests/test_backends.py::TestH5NetCDFData::test_encoding_kwarg_vlen_string FAILED xarray/tests/test_backends.py::TestH5NetCDFData::test_compression_encoding FAILED xarray/tests/test_backends.py::TestH5NetCDFFileObject::test_zero_dimensional_variable FAILED xarray/tests/test_backends.py::TestH5NetCDFFileObject::test_write_store FAILED xarray/tests/test_backends.py::TestH5NetCDFFileObject::test_roundtrip_test_data FAILED xarray/tests/test_backends.py::TestH5NetCDFFileObject::test_load - Ass... FAILED xarray/tests/test_backends.py::TestH5NetCDFFileObject::test_dataset_compute FAILED xarray/tests/test_backends.py::TestH5NetCDFFileObject::test_roundtrip_object_dtype FAILED xarray/tests/test_backends.py::TestH5NetCDFViaDaskData::test_encoding_kwarg_vlen_string FAILED xarray/tests/test_backends.py::TestH5NetCDFViaDaskData::test_compression_encoding FAILED xarray/tests/test_distributed.py::test_dask_distributed_netcdf_roundtrip[h5netcdf-NETCDF4] FAILED xarray/tests/test_distributed.py::test_dask_distributed_read_netcdf_integration_test[h5netcdf-NETCDF4] ```

Example failure:

```python traceback

assert_allclose(original, computed) E AssertionError: Left and right Dataset objects are not close E
E Differing coordinates: E L * dim3 (dim3) <U1 'a' 'b' 'c' 'd' 'e' 'f' 'g' 'h' 'i' 'j' E R * dim3 (dim3) object b'a' b'b' b'c' b'd' b'e' b'f' b'g' b'h' b'i' b'j'< ```

{
    "url": "https://api.github.com/repos/pydata/xarray/issues/4570/reactions",
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  completed 13221727 issue

Links from other tables

  • 2 rows from issues_id in issues_labels
  • 6 rows from issue in issue_comments
Powered by Datasette · Queries took 0.52ms · About: xarray-datasette