Skip to content

Commit 71dfdea

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

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
@@ -55,7 +55,6 @@ def __init__(
5555
"""
5656
if problem is not None:
5757
problem = self._check_problem(problem)
58-
self.x = x
5958
elif x is not None:
6059
self.x, _ = self._convert_to_numpy(x)
6160
problem = self._generate_problem(x)

0 commit comments

Comments
 (0)