ndcube icon indicating copy to clipboard operation
ndcube copied to clipboard

Dependency cycle with specutils: python-ndcube -> python-specutils -> python-ndcube

Open Hellseher opened this issue 1 year ago • 0 comments

Provide a general description of the issue or problem.

Hi,

During update Guix's astro soft stack, I've noticed that [email protected] and higher started depends on specutils for running tests, which introduced the cycle

python-ndcube -> python-specutils -> python-ndcube

To resolve it during unit tests I've applied some modifications:

  • -k not test_rebin_specutils
  • Remove from specutils import Spectrum1D from ndcube/tests/test_ndcube.py

Thanks, Oleg

Hellseher avatar Jun 20 '24 22:06 Hellseher