Skip to content

Commit

Permalink
Add legacy storage files test for interval index on msgpack.
Browse files Browse the repository at this point in the history
  • Loading branch information
Liam3851 committed Mar 5, 2018
1 parent e76df9c commit 1b9baba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pandas/tests/io/generate_legacy_storage_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,8 @@ def create_msgpack_data():
del data['frame']['cat_onecol']
del data['frame']['cat_and_float']
del data['scalars']['period']
del data['index']['interval']
if _loose_version < LooseVersion('0.23.0'):
del data['index']['interval']
del data['offsets']
return _u(data)

Expand Down

0 comments on commit 1b9baba

Please sign in to comment.