Skip to content
Snippets Groups Projects
Commit 7e838bee authored by David Verelst's avatar David Verelst
Browse files

remove left-over from interactive debugging work

parent 41aaf6bf
No related branches found
No related tags found
No related merge requests found
......@@ -104,8 +104,7 @@ class Tests(unittest.TestCase):
]
for fname in fnames:
# fname = pjoin(pdirname(__file__), 'data', fname)
fname = pjoin('data', fname)
fname = pjoin(pdirname(__file__), 'data', fname)
res = results()
df_data = res.load_ind(fname)
data = np.loadtxt(fname)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment