Skip to content

Commit

Permalink
sy - fixing a bug in surrogate prediction
Browse files Browse the repository at this point in the history
  • Loading branch information
yisangriB committed Sep 10, 2024
1 parent 53b914c commit 2a68fec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/performFEM/surrogateGP/gpPredict.py
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ def get_stochastic_variance(X, Y, x, ny): # noqa: N803
not name_values[1]
.replace('.', '', 1)
.replace('e', '', 1)
.replace('-', '', 1)
.replace('-', '', 2)
.replace('+', '', 1)
.isdigit()
):
Expand Down

0 comments on commit 2a68fec

Please sign in to comment.