summaryrefslogtreecommitdiff
path: root/tests/NISTModels.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/NISTModels.py')
-rw-r--r--tests/NISTModels.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/NISTModels.py b/tests/NISTModels.py
index 0e07a2d..197856f 100644
--- a/tests/NISTModels.py
+++ b/tests/NISTModels.py
@@ -3,7 +3,7 @@ import sys
from numpy import exp, log, log10, sin, cos, arctan, array
from lmfit import Parameters
thisdir, thisfile = os.path.split(__file__)
-NIST_DIR = os.path.join(thisdir, 'NIST_STRD')
+NIST_DIR = os.path.join(thisdir, '..', 'NIST_STRD')
def read_params(params):
if isinstance(params, Parameters):