[plotting_tests] failed, because of same name?

This commit is contained in:
mzwiessele 2015-11-07 10:46:17 +00:00
parent 8f194652a7
commit 0c11ba0bf8
43 changed files with 8 additions and 4 deletions

View file

@ -54,7 +54,7 @@ def _image_directories():
Compute the baseline and result image directories for testing *func*.
Create the result directory if it doesn't exist.
"""
basedir = os.path.splitext(os.path.relpath(os.path.abspath(__file__)))[0]
basedir = os.path.dirname(os.path.relpath(os.path.abspath(__file__)))
#module_name = __init__.__module__
#mods = module_name.split('.')
#basedir = os.path.join(*mods)