Skip to content

Commit dfe8c48

Browse files
authored
Merge pull request NHERI-SimCenter#413 from yisangriB/master
sy - fixing a bug in surrogate
2 parents f7a0eba + d15db52 commit dfe8c48

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

modules/performFEM/surrogateGP/gpPredict.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
from scipy.stats import lognorm, norm
1111
from sklearn.linear_model import LinearRegression
1212

13-
errFileName = os.path.join(os.getcwd(), 'workflow.err') # noqa: N816, PTH109, PTH118
14-
sys.stderr = open(errFileName, 'a') # noqa: SIM115, PTH123
13+
# errFileName = os.path.join(os.getcwd(), 'workflow.err') # noqa: N816, PTH109, PTH118
14+
# sys.stderr = open(errFileName, 'a') # noqa: SIM115, PTH123
1515

1616
try:
1717
moduleName = 'GPy' # noqa: N816

0 commit comments

Comments
 (0)