Closed kozlov-alexey closed 3 years ago
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! :beers:
Skipping floordiv test due to diff behavior in Stock vs Intel numpy
This is probably a real bug either on our side or on intel Numpy/mkl side. Better to report this to mkl team
Skipping floordiv test due to diff behavior in Stock vs Intel numpy
This is probably a real bug either on our side or on intel Numpy/mkl side. Better to report this to mkl team
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 https://github.com/numpy/numpy/pull/16161) floordiv behavior was changed.
Merging this to unblock CI (fails in python 3.8 checks are investigated by Infra team).
Motivation: as title.