-
-
Notifications
You must be signed in to change notification settings - Fork 18.8k
Closed
Labels
IO JSONread_json, to_json, json_normalizeread_json, to_json, json_normalizeTestingpandas testing functions or related to the test suitepandas testing functions or related to the test suite
Milestone
Description
FAIL: testArrayNumpyLabelled (pandas.io.tests.test_json.test_ujson.NumpyJSONTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/ch/repo/pandas/.tox/py27/lib/python2.7/site-packages/pandas/io/tests/test_json/test_ujson.py", line 1141, in testArrayNumpyLabelled
self.assertTrue((expectedvals == output[0]).all())
AssertionError: False is not true
-------------------- >> begin captured stdout << ---------------------
[[42 31]
[24 99]
[ 2 78]]
[[31 42]
[99 24]
[78 2]]
--------------------- >> end captured stdout << ----------------------
Order of dict elements seems to be non-deterministic for python2.7 versions as well.
Metadata
Metadata
Assignees
Labels
IO JSONread_json, to_json, json_normalizeread_json, to_json, json_normalizeTestingpandas testing functions or related to the test suitepandas testing functions or related to the test suite