Skip to content

Commit fc6af48

Browse files
Jammy2211Jammy2211
authored andcommitted
dont show memory and progress by default
1 parent 87b6ff8 commit fc6af48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

autoarray/inversion/inversion/interferometer/inversion_interferometer_util.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ def w_tilde_curvature_preload_interferometer_from(
8484
grid_radians_2d: np.ndarray,
8585
*,
8686
chunk_k: int = 2048,
87-
show_progress: bool = True,
88-
show_memory: bool = True,
87+
show_progress: bool = False,
88+
show_memory: bool = False,
8989
) -> np.ndarray:
9090
"""
9191
The matrix w_tilde is a matrix of dimensions [unmasked_image_pixels, unmasked_image_pixels] that encodes the

0 commit comments

Comments
 (0)