Skip to content

Commit beca6d7

Browse files
committed
fix indent. #1528
1 parent 086aade commit beca6d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/natcap/invest/coastal_vulnerability.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3161,7 +3161,7 @@ def _aggregate_raster_values_in_radius(
31613161
max_distance=pixel_dist,
31623162
normalize=False)
31633163
radial_kernel_mask = pygeoprocessing.raster_to_numpy_array(
3164-
kernel_path).astype(bool)
3164+
kernel_path).astype(bool)
31653165
shutil.rmtree(temp_dir, ignore_errors=True)
31663166

31673167
result = {}

0 commit comments

Comments
 (0)