mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-04-25 12:56:22 +02:00
[plotting_tests] failed, because of same name?
This commit is contained in:
parent
8f194652a7
commit
0c11ba0bf8
43 changed files with 8 additions and 4 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue