rename pickle file · pandas-dev/pandas@79663fb (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Commit 79663fb

File tree

2 files changed

lines changed

2 files changed

lines changed

File renamed without changes.

Original file line number Diff line number Diff line change
@@ -222,7 +222,7 @@ def test_read_expands_user_home_dir(
222 222 (pd.read_sas, "os", ("io", "sas", "data", "test1.sas7bdat")),
223 223 (pd.read_json, "os", ("io", "json", "data", "tsframe_v012.json")),
224 224 (pd.read_msgpack, "os", ("io", "msgpack", "data", "frame.mp")),
225 - (pd.read_pickle, "os", ("io", "data", "categorical.pickle")),
225 + (pd.read_pickle, "os", ("io", "data", "categorical.0.25.0.pickle")),
226 226 ],
227 227 )
228 228 def test_read_fspath_all(self, reader, module, path, datapath):