IntelPython / sdc

Numba extension for compiling Pandas data frames, Intel® Scalable Dataframe Compiler
https://intelpython.github.io/sdc-doc/
BSD 2-Clause "Simplified" License
645 stars 61 forks source link

SAT-2966 - SDC: test_series_operator_lt_str fails on Linux 3.6 #884

Closed kozlov-alexey closed 4 years ago

pep8speaks commented 4 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:

Comment last updated at 2020-06-16 10:57:54 UTC
kozlov-alexey commented 4 years ago

Tested full series suite on python 3.6. and with this fix it passed:

Ran 488 tests in 2085.784s
OK (skipped=131, expected failures=14)