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

Jdaviz should silence warning from Qt Glue #2460

Open
Jdaviz-Triage-Bot opened this issue Sep 14, 2023 · 0 comments
Open

Jdaviz should silence warning from Qt Glue #2460

Jdaviz-Triage-Bot opened this issue Sep 14, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@Jdaviz-Triage-Bot
Copy link

Jdaviz-Triage-Bot commented Sep 14, 2023

Reporter: pllim

This now emits a warning from glue-core because it is separating out Qt implementation upstream:

>>> from jdaviz import Specviz  # Does not matter which viz
>>> specviz = Specviz()
glue/viewers/common/qt/__init__.py:3: GlueDeprecationWarning:
Importing from glue.viewers.common.qt is deprecated, use glue_qt.viewers.common instead

Our users will get confused because we do not use Qt. We should silence it.

🐱


DISCLAIMER: This issue was autocreated by the Jdaviz Issue Creation Bot on behalf of the reporter.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants