Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use validity in qualitiesToFlagCollectionConverter instead of metadata #2334

Merged

Conversation

justonedev1
Copy link
Collaborator

No description provided.

Comment on lines 50 to 51
{ Quality::Bad, "xyzCheck", "DET", {}, {}, {}, { { metadata_keys::validFrom, "10" }, { metadata_keys::validUntil, "50" } } },
{ Quality::Good, "xyzCheck", "DET", {}, {}, {}, { { metadata_keys::validFrom, "50" }, { metadata_keys::validUntil, "120" } } }
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
{ Quality::Bad, "xyzCheck", "DET", {}, {}, {}, { { metadata_keys::validFrom, "10" }, { metadata_keys::validUntil, "50" } } },
{ Quality::Good, "xyzCheck", "DET", {}, {}, {}, { { metadata_keys::validFrom, "50" }, { metadata_keys::validUntil, "120" } } }
{ Quality::Bad, "xyzCheck", "DET" },
{ Quality::Good, "xyzCheck", "DET" }

please also remove the usage of metadata to set the validity, since it's not needed anymore and would only bring confusion.

@justonedev1 justonedev1 force-pushed the update_flag_collection_converter branch from 34180e8 to 49cf3b1 Compare June 12, 2024 12:27
Copy link
Collaborator

@knopers8 knopers8 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

great, thank you!

@knopers8 knopers8 enabled auto-merge (squash) June 12, 2024 12:32
@knopers8 knopers8 merged commit e94056e into AliceO2Group:master Jun 12, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants