qutip / qutip-jax

JAX backend for QuTiP
BSD 3-Clause "New" or "Revised" License
15 stars 7 forks source link

Update warnings filter for pytest #59

Closed Ericgig closed 6 days ago

Ericgig commented 6 days ago

Add filter for warnings raised by diffrax with latest jax. Move the -We to tests instead of pyproject.toml for easier local tests.

BoxiLi commented 6 days ago

Maybe it will be easier for local tests to have a separate pytest.ini?

https://github.com/qutip/qutip-qip/blob/master/tests/pytest.ini

Ericgig commented 6 days ago

Good idea.