We are seeing this with netcdf 4.9.0 and current git main head on Fedora Rawhide. The following is a simple reproducer:
#include <netcdf.h>
int main(int argc, char **argv) {
int ncid;
nc_create("file://foo.zarr#mode=nczarr,noxarray", 0, &ncid);
}
This is derived from a test in python-xarray - an issue was initially raised there: pydata/xarray#6854
We are seeing this with netcdf 4.9.0 and current git main head on Fedora Rawhide. The following is a simple reproducer:
This is derived from a test in python-xarray - an issue was initially raised there: pydata/xarray#6854