···
owner = "radio-astro-tools";
-
hash = "sha256-fBjbovBXqUfX8rG8gEM3BY5p0BLfa4n1PMbPpPJPDgQ=";
build-system = [ setuptools-scm ];
···
-
# FutureWarning: Can't acquire a memory view of a Dask array. This will raise in the future
-
# https://github.com/radio-astro-tools/spectral-cube/issues/943
-
"-Wignore::FutureWarning"
-
# AttributeError: 'DaskSpectralCube' object has no attribute 'dtype'
-
"test_key_access_valid"
-
# For some reason, those tests are failing with "FutureWarning: Can't acquire a memory view of a Dask array."
-
# without being caught by the `-W ignore::FutureWarning` flag above.
-
"test_1d_slice_reductions"
-
"test_1dcomparison_mask_1d_index"
-
"test_2dcomparison_mask_1d_index"
-
"test_3d_beams_roundtrip"
-
"test_4d_beams_roundtrip"
-
"test_apply_everywhere"
-
"test_apply_everywhere_plusminus"
-
"test_apply_function_parallel_shape"
-
"test_basic_unit_conversion"
-
"test_basic_unit_conversion_beams"
-
"test_beam_jpix_checks_array"
-
"test_beams_convolution"
-
"test_beams_convolution_equal"
-
"test_convolve_to_equal"
-
"test_convolve_to_jybeam_multibeams"
-
"test_convolve_to_jybeam_onebeam"
-
"test_convolve_to_with_bad_beams"
-
"test_cube_with_swapped_axes"
-
"test_how_withfluxunit"
-
"test_initialization_from_units"
-
"test_multibeams_unit_conversions_general_1D"
-
"test_oned_slice_beams"
-
"test_padding_direction"
-
"test_preserves_header_meta_values"
-
"test_spatial_smooth_g2d"
-
"test_spatial_smooth_maxfilter"
-
"test_spatial_smooth_median"
-
"test_spatial_smooth_t2d"
-
"test_spectral_interpolate"
-
"test_spectral_interpolate_reversed"
-
"test_spectral_interpolate_varying_chunksize"
-
"test_spectral_interpolate_with_fillvalue"
-
"test_spectral_interpolate_with_mask"
-
"test_spectral_slice_preserve_units"
-
"test_stacking_badvels"
-
"test_stacking_reversed_specaxis"
-
"test_stacking_woffset"
-
"test_stacking_wpadding"
-
"test_unit_conversions_general"
-
"test_unit_conversions_general_1D"
-
"test_unit_conversions_general_2D"
-
"test_varyres_unitconversion_roundtrip"
-
"test_with_spectral_unit"
-
++ lib.optionals stdenv.hostPlatform.isDarwin [
# Flaky: AssertionError: assert diffvals.max()*u.B <= 1*u.MB
"test_reproject_3D_memory"