qiskit-community / qiskit-dynamics

Tools for building and solving models of quantum systems in Qiskit
https://qiskit-community.github.io/qiskit-dynamics/
Apache License 2.0
106 stars 60 forks source link

Add warning filter to qutip import in qutip compatibility tests #85

Closed DanPuzzuoli closed 2 years ago

DanPuzzuoli commented 2 years ago

Summary

When running tests locally (and I assume in the CI as well) warnings are raised when importing qutip (e.g. the current iteration is a scipy deprecation warning). Given that these tests are only to validate the ability to detect and convert qutip Qobj to our internal formats, there is no benefit to seeing these warnings.

Details and comments