Skip to content

Commit

Permalink
Moves test_PCE inside Surrogates folder
Browse files Browse the repository at this point in the history
  • Loading branch information
dimtsap committed Mar 18, 2021
1 parent 0010ecf commit fdeda65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_PCE.py → tests/Surrogates/test_PCE.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit fdeda65

Please sign in to comment.