Skip to content

Commit

Permalink
Add a big-endian version of the test data set
Browse files Browse the repository at this point in the history
  • Loading branch information
cmjcharlton committed May 8, 2024
1 parent 524c28b commit ee3bae8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file not shown.
2 changes: 1 addition & 1 deletion pandas/tests/io/test_stata.py
Original file line number Diff line number Diff line change
Expand Up @@ -2010,7 +2010,7 @@ def test_backward_compat(version, datapath):
tm.assert_frame_equal(old_dta, expected, check_dtype=False)


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

0 comments on commit ee3bae8

Please sign in to comment.