This repository was archived by the owner on Nov 16, 2023. It is now read-only.
This repository was archived by the owner on Nov 16, 2023. It is now read-only.
NimbusML-ExtendedTests failing on Linux and Mac with Python 2.7 due to "Non-ASCII character" in NGramExtractor.py and Schema.py #327
Description
Describe the bug
NimbusML-ExtendedTests failing on Linux and Mac with Python 2.7 due to "Non-ASCII character" in NGramExtractor.py.
To Reproduce
Link to error output on Mac: https://dev.azure.com/aifx/public/_build/results?buildId=1730&view=logs&j=d602e5ee-b117-53e9-baca-06d38555e9ae&t=7a4bfe99-128e-548b-1b46-3dfd9c68bb4f&l=5008
Link to error output on Linux: https://dev.azure.com/aifx/public/_build/results?buildId=1730&view=logs&j=3c504bce-f2a1-5e42-8836-973c0d49cff4&t=2d074167-a29f-5a24-824f-43288b97471e&l=2145
The character ␂
is troublesome in Python 2.7 builds on Mac and Linux, as it is not recognized as a valid ASCII character.