Skip to content

Commit 521f6ce

Browse files
authored
Update data_processing.py
1 parent b601f84 commit 521f6ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gpsr/data_processing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ def process_images(
412412
image_centroids: Optional[np.ndarray] = None,
413413
crop_ranges: Optional[np.ndarray] = None,
414414
visualize: bool = False,
415-
) -> Tuple[np.ndarray, Tuple[np.ndarray, np.ndarray]]:
415+
) -> dict:
416416
"""
417417
Process a batch of images for use in GPSR.
418418

0 commit comments

Comments
 (0)