Skip to content

Commit

Permalink
Adjusting save_path for test_analyze
Browse files Browse the repository at this point in the history
  • Loading branch information
cmmorrow committed Dec 19, 2017
1 parent 8476101 commit 85818b2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions sci_analysis/test/test_analyze.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ def save_path(self):
return './sci_analysis/test/images/'
else:
return './test/images/'
elif getcwd().split('/')[-1] == 'sci-analysis':
if path.exists('./setup.py'):
return './sci_analysis/test/images/'
else:
return './test/images/'
# elif getcwd().split('/')[-1] == 'sci-analysis':
# if path.exists('./setup.py'):
# return './sci_analysis/test/images/'
# else:
# return './test/images/'
else:
'./'

Expand Down

0 comments on commit 85818b2

Please sign in to comment.