Skip to content

Commit 249164b

Browse files
authored
Merge pull request #930 from ComputationalCryoEM/patch_10073_exp
add missing assignment in 10073
2 parents 866687e + 8a13bc5 commit 249164b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gallery/experiments/experimental_abinitio_pipeline_10073.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575

7676
# Downsample the images
7777
logger.info(f"Set the resolution to {img_size} X {img_size}")
78-
src.downsample(img_size)
78+
src = src.downsample(img_size)
7979

8080
src = src.cache()
8181

0 commit comments

Comments
 (0)