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

TST: 3.5 c-locale #14275

Closed
jreback opened this issue Sep 21, 2016 · 1 comment · Fixed by #14329
Closed

TST: 3.5 c-locale #14275

jreback opened this issue Sep 21, 2016 · 1 comment · Fixed by #14329
Labels
IO LaTeX to_latex Testing pandas testing functions or related to the test suite
Milestone

Comments

@jreback
Copy link
Contributor

jreback commented Sep 21, 2016

https://travis-ci.org/pydata/pandas/jobs/161159736

xref #14114, #12337

======================================================================
ERROR: test_to_latex_filename (pandas.tests.formats.test_format.TestDataFrameFormatting)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/travis/build/pydata/pandas/pandas/tests/formats/test_format.py", line 2825, in test_to_latex_filename
    df.to_latex(path)
  File "/home/travis/build/pydata/pandas/pandas/core/frame.py", line 1661, in to_latex
    encoding=encoding)
  File "/home/travis/build/pydata/pandas/pandas/formats/format.py", line 662, in to_latex
    latex_renderer.write_result(f)
  File "/home/travis/build/pydata/pandas/pandas/formats/format.py", line 906, in write_result
    buf.write(' & '.join(crow))
UnicodeEncodeError: 'ascii' codec can't encode character '\xdf' in position 7: ordinal not in range(128)
----------------------------------------------------------------------
Ran 10273 tests in 375.734s

cc @nbonnotte

@jreback jreback added Testing pandas testing functions or related to the test suite IO LaTeX to_latex labels Sep 21, 2016
@jreback jreback modified the milestones: 0.19.0, 0.19.1 Sep 21, 2016
@jreback
Copy link
Contributor Author

jreback commented Sep 29, 2016

cc @nbonnotte

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
IO LaTeX to_latex Testing pandas testing functions or related to the test suite
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants