Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
atdb-ldv
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ASTRON SDC
atdb-ldv
Commits
772ceb98
Commit
772ceb98
authored
4 months ago
by
Nico Vermaas
Browse files
Options
Downloads
Patches
Plain Diff
adapt quality calculation for imaging compression pipeline
parent
e8070f71
No related branches found
No related tags found
1 merge request
!385
Sdc 1649 compression pipeline quality indicators
Pipeline
#105763
passed
4 months ago
Stage: test
Stage: build
Stage: deploy_to_production
Changes
1
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
atdb/taskdatabase/services/calculated_qualities.py
+4
-4
4 additions, 4 deletions
atdb/taskdatabase/services/calculated_qualities.py
with
4 additions
and
4 deletions
atdb/taskdatabase/services/calculated_qualities.py
+
4
−
4
View file @
772ceb98
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment