Skip to content

Commit

Permalink
fix: hads_regions -> crop_regions in pipeline.py
Browse files Browse the repository at this point in the history
  • Loading branch information
spool committed Sep 8, 2024
1 parent 98b9555 commit 9acf27d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/clim_recal/pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ def main(
)
)
print(region_cropped_cpm_resamples[:print_range_length])
if not hads_regions:
if not crop_hads:
print("Skipping cropping HADS 2.2km projections.")
else:
print(
Expand Down

0 comments on commit 9acf27d

Please sign in to comment.