-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
FIX: fix bad string handling in type1font #4472
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Do not try to encode a bytestring in python 3. closes matplotlib#4470
Also closes ContinuumIO/anaconda-issues#337 |
The random test failures are from running too many processes on travis and latex stepping on it's own toes. |
@image_comparison(baseline_images=['test_type1font_encoding'], | ||
extensions=['pdf']) | ||
def test_type1font_encoding(): | ||
# This doesn't work |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did you intend to leave this comment here? It's baffling.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That is a typo from modifying the bug report example to be a test, should have been removed.
Closing in favor of #4522 |
Do not try to encode a bytestring in python 3.
closes #4470