Skip to content
Snippets Groups Projects
Commit 772ceb98 authored by Nico Vermaas's avatar Nico Vermaas
Browse files

adapt quality calculation for imaging compression pipeline

parent e8070f71
No related branches found
No related tags found
1 merge request!385Sdc 1649 compression pipeline quality indicators
Pipeline #105763 passed
......@@ -198,8 +198,8 @@ def calculate_qualities(task, tasks_for_this_sasid, quality_thresholds):
# update the overall quality of all tasks for this sas_id
calculated_quality_sasid = calculate_quality_sasid(task, tasks_for_this_sasid)
# store the result in task.calculated_qualities (not yet saved in the database)
if calculated_quality_sasid:
# store the result in task.calculated_qualities (not yet saved in the database)
qualities['per_sasid'] = calculated_quality_sasid
# store the result in the activity, and save it
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment