Skip to content

Commit 4535125

Browse files
siddhugolualixdamman
authored andcommitted
fix #481 renamed data.h5 to demography.h5 and updated example.py
1 parent aa16e40 commit 4535125

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

larray/example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
EXAMPLE_FILES_DIR = os.path.dirname(__file__) + '/tests/data/'
77
AVAILABLE_EXAMPLE_DATA = {
8-
'demography' : EXAMPLE_FILES_DIR + 'data.h5'
8+
'demography' : os.path.join(EXAMPLE_FILES_DIR, 'demography.h5')
99
}
1010

1111

File renamed without changes.

0 commit comments

Comments
 (0)