From fdeda6552ae03864fa6acc22e703f64a820eb796 Mon Sep 17 00:00:00 2001 From: Dimitris Tsapetis Date: Thu, 18 Mar 2021 09:10:57 -0400 Subject: [PATCH] Moves test_PCE inside Surrogates folder --- tests/{ => Surrogates}/test_PCE.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename tests/{ => Surrogates}/test_PCE.py (97%) diff --git a/tests/test_PCE.py b/tests/Surrogates/test_PCE.py similarity index 97% rename from tests/test_PCE.py rename to tests/Surrogates/test_PCE.py index 2621c01f5..1a6c4d6ce 100644 --- a/tests/test_PCE.py +++ b/tests/Surrogates/test_PCE.py @@ -1,5 +1,5 @@ import sys -sys.path.append('../../src/UQpy/') +sys.path.append('../../../src/UQpy/') from UQpy.Distributions import Uniform from UQpy.Surrogates import * import numpy as np