Skip to content

Commit 33d6465

Browse files
committed
xai_hyperlight multi return
1 parent c9db946 commit 33d6465

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/spotpython/fun/xai_hyperlight.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,4 +180,4 @@ def fun(self, X: np.ndarray, fun_control: dict = None) -> np.ndarray:
180180

181181
res = z_res + xai_res
182182

183-
return res
183+
return res, z_res, xai_res

0 commit comments

Comments
 (0)