Skip to content

Commit

Permalink
removed print
Browse files Browse the repository at this point in the history
  • Loading branch information
JanvE97 committed Dec 11, 2024
1 parent 39585e3 commit a09c671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flash_flood_pipeline/runPipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def combine_events_and_upload_to_ibf(
"step 3a started for vector data: clip and stitch data from one scenario per ta to one file for all tas together"
)
vector_datasets = {}
print(additional_raster_paths, skip_depth_upload)

event_ta_gdf = ta_gdf.loc[ta_gdf["placeCode"].isin(list(events.keys()))].copy()

for asset_type in ASSET_TYPES:
Expand Down

0 comments on commit a09c671

Please sign in to comment.