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-33949: Add DiffMatchedTractCatalogTask #648

Merged
merged 2 commits into from Mar 16, 2022
Merged

DM-33949: Add DiffMatchedTractCatalogTask #648

merged 2 commits into from Mar 16, 2022

Conversation

taranu
Copy link
Contributor

@taranu taranu commented Mar 15, 2022

No description provided.

)
columns_target_coord_err = pexConfig.ListField(
dtype=str,
listCheck=lambda x: (len(x) == 2) and (x[0] != x[1]),
Copy link
Contributor

Choose a reason for hiding this comment

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

I thought we had policies on not using lambdas? Are we allowed to do this?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

The dev guide says "should not be used", but I don't think a def checkLengthTwoSet(listfield): function would improve anything.

parameters={'columns': ['match_candidate', 'match_row']},
),
catalog_match_target=inputs['cat_match_target'].get(
# parameters={'columns': ['match_candidate']},
Copy link
Contributor

Choose a reason for hiding this comment

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

Should this be commented out?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It's from DM-33221, so I suppose I can just delete it for now.

@taranu taranu merged commit 717a6e9 into main Mar 16, 2022
@taranu taranu deleted the tickets/DM-33949 branch March 16, 2022 14:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants