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-36034: v24.0.0 release notes #201

Merged
merged 6 commits into from
Aug 26, 2022
Merged

DM-36034: v24.0.0 release notes #201

merged 6 commits into from
Aug 26, 2022

Conversation

timj
Copy link
Member

@timj timj commented Aug 26, 2022

Checklist

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

@timj timj marked this pull request as ready for review August 26, 2022 23:13
@codecov
Copy link

codecov bot commented Aug 26, 2022

Codecov Report

Merging #201 (11cf4b4) into v24.0.x (269e72b) will increase coverage by 0.02%.
The diff coverage is 75.00%.

@@             Coverage Diff             @@
##           v24.0.x     #201      +/-   ##
===========================================
+ Coverage    82.42%   82.44%   +0.02%     
===========================================
  Files           47       47              
  Lines         3750     3749       -1     
  Branches       675      675              
===========================================
  Hits          3091     3091              
+ Misses         481      480       -1     
  Partials       178      178              
Impacted Files Coverage Δ
python/lsst/ctrl/mpexec/taskFactory.py 87.09% <0.00%> (+2.72%) ⬆️
python/lsst/ctrl/mpexec/mock_task.py 88.09% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

timj and others added 4 commits August 26, 2022 16:22
Fixed a few types to make mypy happy:
python/lsst/ctrl/mpexec/taskFactory.py:98: error: Config has no attribute connections
python/lsst/ctrl/mpexec/taskFactory.py:112: error: Argument config to PipelineTask has incompatible type Config; expected Optional[PipelineTaskConfig]
python/lsst/ctrl/mpexec/mock_task.py:121: error: Need type annotation for failCondition
python/lsst/ctrl/mpexec/mock_task.py:130: error: Need type annotation for failException
python/lsst/ctrl/mpexec/mock_task.py:165: error: PipelineTaskConfig has no attribute dataIdMatch
python/lsst/ctrl/mpexec/mock_task.py:167: error: PipelineTaskConfig has no attribute failException
@timj timj merged commit 230b95f into v24.0.x Aug 26, 2022
@timj timj deleted the tickets/DM-36034 branch August 26, 2022 23:33
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