Skip to content
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

add support for using unicode mu as the micro prefix. #59

Merged
merged 1 commit into from
Jan 29, 2019

Conversation

ngoldbaum
Copy link
Member

closes #34

I tried to get this working on python2.7 and it was not worth the trouble. Works more less out of the box on python3 though so I've elected to simply make the feature python3-only. However to make the tests continue to pass on Python2.7 I had to implement this in a sort of boroque way (thus the use of globals and getattr to make sure I'm always referring to the new variables with unicode identifiers I've defined using strings).

@ngoldbaum ngoldbaum merged commit 1818824 into yt-project:master Jan 29, 2019
@ngoldbaum ngoldbaum deleted the unicode-mu branch March 8, 2019 17:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"µm" is not recognized as a unit symbol
1 participant