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-42116: Add numpydoc validation #279

Merged
merged 8 commits into from Dec 14, 2023
Merged

DM-42116: Add numpydoc validation #279

merged 8 commits into from Dec 14, 2023

Conversation

timj
Copy link
Member

@timj timj commented Dec 13, 2023

Checklist

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

Copy link

codecov bot commented Dec 13, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (87b66fa) 86.96% compared to head (86ae82e) 87.16%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #279      +/-   ##
==========================================
+ Coverage   86.96%   87.16%   +0.19%     
==========================================
  Files          49       49              
  Lines        4441     4424      -17     
  Branches      769      765       -4     
==========================================
- Hits         3862     3856       -6     
+ Misses        425      415      -10     
+ Partials      154      153       -1     

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

@timj timj requested a review from dhirving December 13, 2023 20:56
Comment on lines -56 to -58
def profile(filename: str, log: logging.Logger | None = None) -> Iterator:
"""Context manager for profiling with cProfile

Choose a reason for hiding this comment

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

Just want to check and confirm that this is fully private and safe to remove

Copy link
Member Author

Choose a reason for hiding this comment

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

It is a helper function for the --profile option and is identical to the version in lsst.utils. I removed the code duplication and the function (and lsst.ctrl.mpexec.util) was never meant to be public.

@timj timj merged commit c579f04 into main Dec 14, 2023
15 checks passed
@timj timj deleted the tickets/DM-42116 branch December 14, 2023 18:26
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