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

DM-35784: Allow duplicate reference flux columns #186

Merged
merged 1 commit into from Oct 4, 2023
Merged

Conversation

taranu
Copy link
Contributor

@taranu taranu commented Sep 25, 2023

No description provided.

@@ -315,7 +315,6 @@ def columns_in_target(self) -> Set[str]:
columns_ref_flux = pexConfig.ListField(
dtype=str,
default=[],
listCheck=lambda x: len(set(x)) == len(x),
Copy link
Contributor

Choose a reason for hiding this comment

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

Commit message could use a line explaining this change.

This allows matching multiple measured fluxes
against the same reference flux.
@taranu taranu merged commit fb315b4 into main Oct 4, 2023
2 checks passed
@taranu taranu deleted the tickets/DM-35784 branch October 4, 2023 14:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants