Skip to content

Commit ee3bae8

Browse files
committed
Add a big-endian version of the test data set
1 parent 524c28b commit ee3bae8

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
Binary file not shown.

pandas/tests/io/test_stata.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2010,7 +2010,7 @@ def test_backward_compat(version, datapath):
20102010
tm.assert_frame_equal(old_dta, expected, check_dtype=False)
20112011

20122012

2013-
@pytest.mark.parametrize("version", [105, 108, 111, 113, 114, 118])
2013+
@pytest.mark.parametrize("version", [105, 108, 110, 111, 113, 114, 118])
20142014
def test_bigendian(version, datapath):
20152015
ref = datapath("io", "data", "stata", f"stata-compat-{version}.dta")
20162016
big = datapath("io", "data", "stata", f"stata-compat-be-{version}.dta")

0 commit comments

Comments
 (0)