ANTsX / ANTsPy

A fast medical imaging analysis library in Python with algorithms for registration, segmentation, and more.
https://antspyx.readthedocs.io
Apache License 2.0
586 stars 161 forks source link

CI: Trying to use bash on windows #654

Closed cookpa closed 1 month ago

coveralls commented 1 month ago

Coverage Status

coverage: 81.331%. remained the same when pulling d39cbaebc02dacf22465d1bfb30476127cb7d134 on windows_test_output into e4818306477d486934fb60a4ba01c1e7297f962a on master.

cookpa commented 1 month ago

Hi @ncullen93 I changed the tests on Windows to run the bash script run_tests.sh. Turns out that wasn't the cause of my problem (lack of test verbose output) but as a side effect I noticed that Windows now passes all the tests that run on other platforms.