Skip to content

Commit 77f83b0

Browse files
authored
Update autoemulate/experimental/sensitivity_analysis.py
1 parent 71dfdea commit 77f83b0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

autoemulate/experimental/sensitivity_analysis.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ def __init__(
5656
if problem is not None:
5757
problem = self._check_problem(problem)
5858
elif x is not None:
59-
self.x, _ = self._convert_to_numpy(x)
6059
problem = self._generate_problem(x)
6160
else:
6261
msg = "Either problem or x must be provided."

0 commit comments

Comments
 (0)