You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
validation-test: make scale-test explicitly handle encoding
During the Python 2 to Python 3 conversion, the difference in encoding
became apparent. Explicitly handle the encoding by opening the file
with an explicit encoding. This prevents falling back to the `C` locale
which will use ASCII for UTF-8 which fails.
0 commit comments