-
-
Notifications
You must be signed in to change notification settings - Fork 18.6k
BLD: sparc test_decimalDecodeTest - {u'a': 4.56} + {u'a': 4.5600000000000005} #4223
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
I'm tempted to remove this test. It's an upstream test that was originally testing for failure when round-trip serialising The test after this one verifies that Any thoughts on this? |
FYI....the sparcs are little-endian which causes some issues in a couple of non-related tests. Does this make a difference? |
I'm no expert but I guess it might be what's causing the precision difference. However imo this test is faulty regardless, it is currently known that round-trip serialisation of
Given that there's another test which verifies that round-trip serialisation of I'll push the same change / idea up to ultrajson (where perhaps this discussion would be more appropriate) but I just wanted to get a consensus here first. |
alright....do a quick PR to remove/skip this test then? |
actually I think this is still open...hold off a bit on retest |
no problem -- I can totally do that ;) On Sun, 14 Jul 2013, jreback wrote:
Yaroslav O. Halchenko, Ph.D. |
@yarikoptic why don't u retest master and let us know |
this was closed by #4223 |
* commit 'v0.12.0rc1-79-g50eff60': (23 commits) CLN: replace __repr__ with __unicode__ for string printing (to use StringMixIn) BLD: use wheels and newer scipy bc of 33 scipy issue TST: force rebuild TST: remove fudgy ujson test pandas-dev#4223 BUG: initialize DatetimeIndex with array of strings (pandas-dev#4229) BUG: set name attr in DatetimeIndex and PeriodIndex Updated release note about GH4216. Check if a plotting DataFrame with kind='kde' has a legend. GH4216 BUG: Display the legend when calling plot with kind='density'. GH4216 TST/BUG: disallow bs4==4.2.0 and skip assoc tests BLD: test_perf tweaks CLN: correct format string DOC: release notes BUG: raise on invalid colormap for older mpl TST: little endian failure, GH4222 CLN/ENH: clean up docstrings remove some cruft and generalize BLD: Turn off the ISRELEASED flag in setup.py DOC: minor io.rst edits DOC: remove savefig width parameter (pandas-dev#4203) BLD: pip 1.4 is coming, preempt issues ...
on 0.12.0~rc1+git43-g7b2eaa4-1
The text was updated successfully, but these errors were encountered: