Windows Tests Fail due to MKL install issues
HKaras opened this issue · 1 comments
Currently all windows tests fail. https://github.com/JeschkeLab/DeerLab/actions/runs/3871363708
It appears that the cause of the failing is due to MKL linking. At the moment MKL-linking will deleate numpy and scipy files and reinstall the approriate MKL ones, however since the MKL ones are failing to install there are no numpy and scipy files for the DeerLab test.
I suggest that MKL linking should be removed from the regular windows test. Either it should be tested seperately or not at all. MKL only represents a small speed up when compared with openBLAS, and I do not feel that most users are currently using it due to the increased install complexity when install through Pip. This is one area where conda has an advantage as it can automatically install MKL on compatible windows computers.
Problem has been resolved