Skip to content

Commit

Permalink
Adapted subframesize to be smaller than input cube size
Browse files Browse the repository at this point in the history
  • Loading branch information
VChristiaens committed Mar 17, 2024
1 parent 76a11aa commit 80708e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pre_3_10/test_preproc_recentering.py
Original file line number Diff line number Diff line change
Expand Up @@ -782,7 +782,7 @@ def test_speckle_recentering(get_cube, debug=False):
# ===== recenter
types = ["gaus", "ann"]
upsamp_facs = [100, 20]
crop_szs = [35, 81]
crop_szs = [35, 59]

for t, ty in enumerate(types):
if t == 0:
Expand Down

0 comments on commit 80708e3

Please sign in to comment.