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

Skip to content

Commit c115324

Browse files
committed
updated test_session.h5 file and test_init_session_hdf() function
1 parent 30a41e8 commit c115324

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

8181

8282
def test_getitem(session):

0 commit comments

Comments
 (0)
0