summaryrefslogtreecommitdiff
path: root/test/test_sample_cdf.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_sample_cdf.py')
-rw-r--r--test/test_sample_cdf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_sample_cdf.py b/test/test_sample_cdf.py
index 2baa2ac..d12efa4 100644
--- a/test/test_sample_cdf.py
+++ b/test/test_sample_cdf.py
@@ -7,7 +7,7 @@ import ROOT
import os
current_directory = os.path.split(os.path.realpath(__file__))[0]
-source_directory = current_directory + '/../src'
+from chroma.cuda import srcdir as source_directory
source = open(current_directory + '/test_sample_cdf.cu').read()