8000 updated test_session.h5 file and test_init_session_hdf() function · larray-project/larray@f3921b7 · GitHub
[go: up one dir, main page]

Skip to content

Commit f3921b7

Browse files
committed
updated test_session.h5 file and test_init_session_hdf() function
1 parent ebc2a27 commit f3921b7

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
@@ -80,7 +80,7 @@ def test_init_session_xlsx():
8080
@needs_pytables
8181
def test_init_session_hdf():
8282
s = Session(inputpath('test_session.h5'))
83-
assert s.names == ['e', 'f', 'g']
83+
assert s.names == ['a', 'a01', 'a2', 'ano01', 'anonymous', 'b', 'b024', 'e', 'f', 'g', 'h']
8484

8585

8686
def test_getitem(session):

0 commit comments

Comments
 (0)
0