Skip to content

Commit

Permalink
Remove unneeded printing
Browse files Browse the repository at this point in the history
  • Loading branch information
mipeso committed Jan 8, 2025
1 parent d953d5f commit 734d899
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion eis_toolkit/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -3135,7 +3135,6 @@ def weights_of_evidence_calculate_weights_cli(
file_name = input_raster.name.split(".")[0]
for key, array in arrays.items():
output_raster_path = output_dir.joinpath(file_name + "_weights_" + weights_type + "_" + key + ".tif")
typer.echo(output_raster_path)
with rasterio.open(output_raster_path, "w", **raster_meta) as dst:
dst.write(array, 1)

Expand Down

0 comments on commit 734d899

Please sign in to comment.