Skip to content

Commit

Permalink
test trials
Browse files Browse the repository at this point in the history
  • Loading branch information
dgiovanis committed Feb 16, 2021
1 parent f273678 commit ac7fd71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/UQpy/DimensionReduction.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
import itertools

import numpy as np
import matplotlib.pyplot as plt
from sklearn.preprocessing import normalize
from UQpy.Utilities import svd
import functools
Expand Down
4 changes: 2 additions & 2 deletions tests/test_PCE.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import sys
sys.path.append('../../src/UQpy/')
from ../../src/UQpy.Distributions import *
from ../../src/UQpy.Surrogates import *
from UQpy.Distributions import *
from UQpy.Surrogates import *
import numpy as np

np.random.seed(1)
Expand Down

0 comments on commit ac7fd71

Please sign in to comment.