Skip to content

Commit 6270435

Browse files
committed
BUG: correct filepath for local resource
1 parent f9d7065 commit 6270435

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scipy_doctest/tests/local_file_cases.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Specify local files required by doctests
44
dt_config.local_resources = {
55
'scipy_doctest.tests.local_file_cases.local_files': ['local_file.txt'],
6-
'scipy_doctest.local_file_cases.sio': ['octave_a.mat']
6+
'scipy_doctest.tests.local_file_cases.sio': ['octave_a.mat']
77
}
88

99

0 commit comments

Comments
 (0)