Skip to content

Commit dfee92a

Browse files
committed
Add a big-endian version of the test data set
1 parent 627f112 commit dfee92a

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
@@ -2002,7 +2002,7 @@ def test_backward_compat(version, datapath):
20022002
tm.assert_frame_equal(old_dta, expected, check_dtype=False)
20032003

20042004

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

0 commit comments

Comments
 (0)