Skip to content

Commit 8026246

Browse files
committed
updated test_session.h5 file and test_init_session_hdf() function
1 parent 9b900aa commit 8026246

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

larray/tests/data/test_session.h5

2.03 MB
Binary file not shown.

larray/tests/test_session.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def test_init_session_xlsx():
7373
@needs_pytables
7474
def test_init_session_hdf():
7575
s = Session(inputpath('test_session.h5'))
76-
assert s.names == ['e', 'f', 'g']
76+
assert s.names == ['a', 'a01', 'a2', 'ano01', 'anonymous', 'b', 'b024', 'e', 'f', 'g', 'h']
7777

7878

7979
def test_getitem(session):

0 commit comments

Comments
 (0)