Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Hellseher opened this issue Jun 20, 2024 · 0 comments

Comments

@Hellseher
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant