I tested fresh installations on Linux and Windows environment,
following installation instruction (venv, using pip install qutip)
When verifying the installation using pytest, most tests pass, but pytest test_dia.py fails
on both installations.
75 fails are mostly AssertionError, like:
FAILED qutip\tests\core\data\test_dia.py::TestClassMethods::test_init_from_scipy[ket-empty] - AssertionError: assert 1 == 0
Thanks, Martin