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
Running locally (Python 3.12), these tests take >10s:
143.71s call nitransforms/tests/test_surface.py::test_ProjectUnproject 61.60s call nitransforms/tests/test_surface.py::test_SurfaceResampler 12.49s call nitransforms/tests/test_resampling.py::test_apply_transformchain
On GHA (Python 3.12):
273.08s call nitransforms/tests/test_surface.py::test_ProjectUnproject 101.45s call nitransforms/tests/test_surface.py::test_SurfaceResampler
It would be good to mark these as slow, exclude from the default runs, and set up a separate CI job. This is the majority of the test runtime.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Running locally (Python 3.12), these tests take >10s:
On GHA (Python 3.12):
It would be good to mark these as slow, exclude from the default runs, and set up a separate CI job. This is the majority of the test runtime.
The text was updated successfully, but these errors were encountered: