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