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 file
Patch 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 !
spectral_cube/tests/test_spectral_axis.py | 4 2 + 2 - 0 !
spectral_cube/tests/test_spectral_cube.py | 2 1 + 1 - 0 !
3 files changed, 4 insertions(+), 4 deletions(-)

 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 !
1 file changed, 5 insertions(+), 2 deletions(-)

 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 !
1 file changed, 1 insertion(+), 1 deletion(-)

 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 !
1 file changed, 7 insertions(+)

 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