Skip to content

Commit

Permalink
Fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dimazest committed Dec 20, 2013
1 parent f9f563a commit 59ab189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def store(tmpdir):
0, 9, 0, 3
"""
with pd.get_store(str(tmpdir.join('store.hd5')), 'w') as store:
with pd.get_store(str(tmpdir.join('store.hd5'))) as store:
store['row_ids'] = pd.Series([0, 0, 0, 1, 3, 4, 4])
store['col_ids'] = pd.Series([0, 1, 3, 2, 0, 1, 3])
store['data'] = pd.Series([1, 7, 9, 6, 3, 9, 3])
Expand Down

0 comments on commit 59ab189

Please sign in to comment.