Skip to content

Commit

Permalink
changing details on flows
Browse files Browse the repository at this point in the history
  • Loading branch information
patriciacatandi committed Jul 4, 2024
1 parent eb50a0a commit 19da4f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pipelines/precipitation_model/rionowcast/flows.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
"station_type": "rain_gauge",
}
# Send data to be processed and treated
task_id = execute_dataset_processor(
output_datasets = execute_dataset_processor(
api,
processor_id=dataset_processor_id,
dataset_id=[pluviometrical_dataset_response["id"]],
Expand All @@ -166,7 +166,7 @@
response = predict(
api=api,
model_id=model_id,
dataset_id=pluviometrical_dataset_response["id"],
dataset_id=pluviometrical_dataset_response["id"], # output_datasets
project_id=project_id,
)

Expand Down

0 comments on commit 19da4f1

Please sign in to comment.