Skip to content

Commit

Permalink
Update reponse in the wps file as well
Browse files Browse the repository at this point in the history
  • Loading branch information
teobucci committed Mar 27, 2024
1 parent f987e27 commit 9f228e7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hawk/processes/wps_causal.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ def _handler(self, request, response):
tefs_max_lag_features,
tefs_max_lag_target,
workdir,
response,
)

causal_analysis.run()
Expand All @@ -225,4 +226,6 @@ def _handler(self, request, response):
response.outputs["png_tefs_wrapper"].file = causal_analysis.plot_tefs_wrapper
response.outputs["pkl_tefs_wrapper"].file = causal_analysis.details_tefs_wrapper

response.update_status("Processing completed", 100)

return response

0 comments on commit 9f228e7

Please sign in to comment.