transferwise / hisel

Feature selection tool based on Hilbert-Schmidt Independence Criterion
Apache License 2.0
2 stars 0 forks source link

Github actions - Set the flag QUICK_TEST to False #17

Closed claudio-tw closed 1 year ago

claudio-tw commented 1 year ago

Context

This PR exposes the issue with running the entire set of tests in the github workflow. By setting QUICK_TEST to False in kernel_test.py and select_test.py, no tests that can be executed with numpy only are skipped. As a result, Error 137 is raised.

Checklist