-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
TST: test_ts_plot_format_coord ValueError: Unknown format code 'f' for object of type 'str' #7664
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
Comments
cc @sinhrks and thoughts in this? |
Not sure, but maybe
@yarikoptic Can you attach the result of the following code to confirm when
|
here you go sir
|
most probably it was not a type change but rather some incorrect type checking inside somewhere, and probably elderly numpy to blame (since doesn't appear with newer releases I guess was fixed)?
|
@yarikoptic this works for me on 1.6.1, but using matplotlib 1.1.1 (I don't have 1.1.1rc). Can you update and try with that? |
I can just skip this on old numpy too? |
and 32bit? I guess you could indeed just skip it or (to just help yourself if users on those start chasing you) wrap into try/except and then may be spit out warning and use '%s' for that one in those cases or smth like that?
|
Only with ubuntu 12.04 i386:
The text was updated successfully, but these errors were encountered: