diff --git a/examples/ishigami/Ishigami.py b/examples/ishigami/Ishigami.py
index 4857ed6fc9b1f6794b49d48dcdd4322be1ab7200..375be292e88aa52cec32624eaa08584274828332 100644
--- a/examples/ishigami/Ishigami.py
+++ b/examples/ishigami/Ishigami.py
@@ -62,9 +62,8 @@ def Ishigami(xx, *args):
     y = term1 + term2 + term3
 
     # Prepare output dict using standard bayesvalidrox format
-    if y.ndim == 1:
-        y = y.reshape(1, -1)
-
+    # if y.ndim == 1:
+    #     y = y.reshape(1, -1)
     output = {'x_values': np.zeros(1), 'Z': y}
 
     return output