From 9e527ea7efd909bcc9e8025814867501ff068770 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Picca=20Fr=C3=A9d=C3=A9ric-Emmanuel?= Date: Tue, 6 Oct 2015 19:20:11 +0200 Subject: Imported Upstream version 0.9.1+dfsg --- tests/NISTModels.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/NISTModels.py') 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): -- cgit v1.2.3