summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xWrappers/Python/ccpi/framework/TestData.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Wrappers/Python/ccpi/framework/TestData.py b/Wrappers/Python/ccpi/framework/TestData.py
index afae8c8..b512e81 100755
--- a/Wrappers/Python/ccpi/framework/TestData.py
+++ b/Wrappers/Python/ccpi/framework/TestData.py
@@ -12,6 +12,7 @@ data_dir = os.path.abspath(os.path.join(
'../data/')
)
+# this is the default location after a conda install
data_dir = os.path.abspath(
os.path.join(sys.prefix, 'share','ccpi')
)