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-40842: Fix error message about dataset type consistency in pipeline graph resolution #373

Merged
merged 1 commit into from Sep 22, 2023

Conversation

natelust
Copy link
Contributor

Checklist

  • ran Jenkins
  • added a release note for user-visible changes to doc/changes

@timj timj changed the title Tickets/DM-40842 DM-40842: Adjust graph serialization parameters Sep 21, 2023
@codecov
Copy link

codecov bot commented Sep 21, 2023

Codecov Report

Patch coverage has no change and project coverage change: -0.02% ⚠️

Comparison is base (655761b) 82.28% compared to head (34cded8) 82.26%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #373      +/-   ##
==========================================
- Coverage   82.28%   82.26%   -0.02%     
==========================================
  Files          90       90              
  Lines       10184    10184              
  Branches     1913     1913              
==========================================
- Hits         8380     8378       -2     
- Misses       1477     1478       +1     
- Partials      327      328       +1     
Files Changed Coverage Δ
python/lsst/pipe/base/pipeline_graph/_edges.py 83.76% <ø> (ø)

... and 1 file with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@TallJimbo TallJimbo changed the title DM-40842: Adjust graph serialization parameters DM-40842: Fix error message about dataset type consistency in pipeline graph resolution Sep 21, 2023
The exception message when checking dataset types in a pipeline
against known definitions in the registry had the variables swapped
in the exception message, fixed in this commit.
@natelust natelust merged commit e140f61 into main Sep 22, 2023
13 of 14 checks passed
@natelust natelust deleted the tickets/DM-40842 branch September 22, 2023 13:25
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