Package: spectral-cube / 0.6.6-3
Metadata
Package | Version | Patches format |
---|---|---|
spectral-cube | 0.6.6-3 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
Use assert_almost_equal instead of assert_equal in test_t.patch | (download) |
spectral_cube/tests/test_dask.py |
2 1 + 1 - 0 ! |
use assert_almost_equal instead of assert_equal in test_twod_numpy Closes: #860620 |
Write test output to temporary file.patch | (download) |
spectral_cube/tests/test_wcs_utils.py |
7 5 + 2 - 0 ! |
write test output to temporary file URL: https://github.com/radio-astro-tools/spectral-cube/issues/451 (modified for 0.5.0) |
Loose warning in parallel execution test.patch | (download) |
spectral_cube/tests/test_spectral_cube.py |
2 1 + 1 - 0 ! |
loose warning in parallel execution test Closes: #994786 |
Don t run LMV test on big endian archs.patch | (download) |
spectral_cube/tests/test_io.py |
7 7 + 0 - 0 ! |
don't run lmv test on big endian archs the LMV reader is little endian only, so it will fail on S390x and other big endian architectures. However, LMV is quite special (it comes from the IRAM/GILDAS software), and its use on S390 is quite exotic. https://github.com/radio-astro-tools/spectral-cube/issues/903 |