Loading pkgs/development/python-modules/rioxarray/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -52,6 +52,11 @@ buildPythonPackage rec { [ # AssertionError: assert 535727386 == 535691205 "test_clip_geojson__no_drop" # Fails with GDAL 3.11 warning "test_rasterio_vrt" # Fails with small numerical errors on GDAL 3.11 "test_rasterio_vrt_gcps" "test_reproject__gcps" ] ++ lib.optionals stdenv.hostPlatform.isAarch64 [ # numerical errors Loading Loading
pkgs/development/python-modules/rioxarray/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -52,6 +52,11 @@ buildPythonPackage rec { [ # AssertionError: assert 535727386 == 535691205 "test_clip_geojson__no_drop" # Fails with GDAL 3.11 warning "test_rasterio_vrt" # Fails with small numerical errors on GDAL 3.11 "test_rasterio_vrt_gcps" "test_reproject__gcps" ] ++ lib.optionals stdenv.hostPlatform.isAarch64 [ # numerical errors Loading