Skip to content

Commit

Permalink
Test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
timlinux committed Oct 29, 2024
1 parent 44393dc commit eb86fe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geest/core/algorithms/ors_multibuffer_processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@ def _create_bands(self, merged_layer, crs, index):
band_layers.append(smallest_layer)

merge_bands_params = {
"indicators": band_layers,
"LAYERS": band_layers,
"CRS": crs,
"OUTPUT": output_path,
}
Expand Down

0 comments on commit eb86fe0

Please sign in to comment.