Flag from diagnostics (456) should override other flags like CPC (652, 460)

This commit is contained in:
2025-05-15 16:03:08 +02:00
parent e152c9eefd
commit 78d5c22dc3

View File

@ -37,4 +37,4 @@ flags:
description: "Missing measurement, unspecified reason"
# Define flag rankings with flag 0 as the absolute lowest
flag_ranking : {100: 100, 110: 80, 111: 75, 559: 60, 652: 50, 660: 40, 456: 30, 460: 28, 599: 26, 659: 24, 999: 20, 0: 10}
flag_ranking : {100: 100, 110: 80, 111: 75, 456: 60, 559: 50, 652: 40, 660: 30, 460: 28, 599: 26, 659: 24, 999: 20, 0: 10}