Skip to content

Commit 85e829b

Browse files
Sheila-nkev-br
authored andcommitted
change local file path
1 parent a73e4f5 commit 85e829b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scpdt/tests/local_file_cases.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33

44
# Specify local files required by doctests
55
dt_config.local_resources = {'scpdt.tests.local_file_cases.local_files':
6-
['scpdt/tests/local_file.txt'],
6+
['local_file.txt'],
77
'scpdt.tests.local_file_cases.sio':
8-
['scpdt/tests/octave_a.mat']
8+
['octave_a.mat']
99
}
1010

1111
__all__ = ['local_files', 'sio']

0 commit comments

Comments
 (0)