Closed DanPuzzuoli closed 1 year ago
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.
models
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.
test.dynamics.models.test_rotating_frame.TestRotatingFrameTypeHandling.test_state_transformations_no_frame_qobj_type
qutip
Just running the test suite locally and seeing this warning appear:
This gets raised when running the
models
tests.