Skip to content

Commit

Permalink
fix indent. natcap#1528
Browse files Browse the repository at this point in the history
  • Loading branch information
davemfish committed Feb 21, 2024
1 parent 086aade commit beca6d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/natcap/invest/coastal_vulnerability.py
Original file line number Diff line number Diff line change
Expand Up @@ -3161,7 +3161,7 @@ def _aggregate_raster_values_in_radius(
max_distance=pixel_dist,
normalize=False)
radial_kernel_mask = pygeoprocessing.raster_to_numpy_array(
kernel_path).astype(bool)
kernel_path).astype(bool)
shutil.rmtree(temp_dir, ignore_errors=True)

result = {}
Expand Down

0 comments on commit beca6d7

Please sign in to comment.