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

Fix PyxImporter.find_spec() warning in tests #278

Closed
DanPuzzuoli opened this issue Oct 24, 2023 · 1 comment · Fixed by #280
Closed

Fix PyxImporter.find_spec() warning in tests #278

DanPuzzuoli opened this issue Oct 24, 2023 · 1 comment · Fixed by #280

Comments

@DanPuzzuoli
Copy link
Collaborator

DanPuzzuoli commented Oct 24, 2023

Just running the test suite locally and seeing this warning appear:

<frozen importlib._bootstrap>:1049: ImportWarning: PyxImporter.find_spec() not found; falling back to find_module()

This gets raised when running the models tests.

@DanPuzzuoli
Copy link
Collaborator Author

DanPuzzuoli commented Oct 27, 2023

The specific test test.dynamics.models.test_rotating_frame.TestRotatingFrameTypeHandling.test_state_transformations_no_frame_qobj_type raises this, and it happens when qutip is imported.

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

Successfully merging a pull request may close this issue.

1 participant