Fixes pack of failed tests#974
Conversation
|
Hello @kozlov-alexey! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found: There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻 Comment last updated at 2021-05-06 17:37:37 UTC |
584d396 to
4991be3
Compare
This is probably a real bug either on our side or on intel Numpy/mkl side. Better to report this to mkl team |
4abb0da to
59e8a0b
Compare
I created SAT-4111 for tracking it. Also it seems like these unexpected successes of this test in azure pipeline were caused by move from numpy=1.19 to numpy=1.20, where (see numpy/numpy#16161) floordiv behavior was changed. |
|
Merging this to unblock CI (fails in python 3.8 checks are investigated by Infra team). |
* Fixes pack of failed tests * Skipping floordiv test due to diff behavior in Stock vs Intel numpy
* Remove hardcoded dependencies from install instruction Motivation: installation instruction is often updated at the same time when SDC moves to new version of dependencies, and while building SDC from source works, installing from pre-built binaries might fail since package is uploaded to intel/label/beta only after all validation checks. * Verify install steps in azure CI * Fixing PEP * Fixes pack of failed tests (#974) * Fixes pack of failed tests * Skipping floordiv test due to diff behavior in Stock vs Intel numpy * Fixing bugs test_conda_install run
Motivation: as title.