Skip to content

Commit

Permalink
fix test execution pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
dgiovanis committed Feb 12, 2021
1 parent 80185b1 commit fed74b4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 13 deletions.
Empty file removed tests/Surrogates/__init__.py
Empty file.
5 changes: 2 additions & 3 deletions tests/Surrogates/test_PCE.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import sys
sys.path.append('../../src/UQpy/')
import UQpy
from UQpy.Distributions import *
from UQpy.Surrogates import *
from ../../src/UQpy.Distributions import *
from ../../src/UQpy.Surrogates import *
import numpy as np

np.random.seed(1)
Expand Down
10 changes: 0 additions & 10 deletions tests/__init__.py

This file was deleted.

0 comments on commit fed74b4

Please sign in to comment.