We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On the local runner instance it seems that the test using finufft has a backend are running forever (more than 1hour)
to reproduce locally I ran
pytest --backend=finufft --ref=finufft --durations=10 --cov
NB: the durations arg is there to track how much time each test took
durations
============================ slowest 10 durations ============================ 69.51s call tests/operators/test_offres_exp_approx.py::test_zmap_coeff[complex3D-numpy] 68.85s call tests/operators/test_offres_exp_approx.py::test_b0map_coeff[real3D-numpy] 37.10s call tests/operators/test_offres_exp_approx.py::test_zmap_coeff[complex3D-torch-cpu] 36.16s call tests/operators/test_offres_exp_approx.py::test_b0map_coeff[real3D-torch-cpu] 17.34s call tests/test_ndft.py::test_ndft_implicit1[grid3D] 13.86s call tests/operators/test_offres_exp_approx.py::test_b0map_coeff[real3D-torch-gpu] 12.18s call tests/operators/test_offres_exp_approx.py::test_b0map_coeff[real3D-cupy] 11.22s call tests/operators/test_offres_exp_approx.py::test_zmap_coeff[complex3D-cupy] 9.25s call tests/test_ndft.py::test_ndft_implicit2[grid3D] 7.65s call tests/operators/test_interfaces.py::test_interface_lipschitz[random3D-finufft]
Overall, it took 10 minutes to run this command, way more reasonable than the 1h30 on the CI
The text was updated successfully, but these errors were encountered:
From offline discussion in order to make the CI even faster:
offres_ex_approx.py
Sorry, something went wrong.
paquiteau
No branches or pull requests
On the local runner instance it seems that the test using finufft has a backend are running forever (more than 1hour)
to reproduce locally I ran
NB: the
durations
arg is there to track how much time each test tookOverall, it took 10 minutes to run this command, way more reasonable than the 1h30 on the CI
The text was updated successfully, but these errors were encountered: