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-39628: Add find_outside_stacklevel function #161

Merged
merged 4 commits into from Jun 20, 2023
Merged

DM-39628: Add find_outside_stacklevel function #161

merged 4 commits into from Jun 20, 2023

Conversation

timj
Copy link
Member

@timj timj commented Jun 10, 2023

Checklist

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

@codecov
Copy link

codecov bot commented Jun 10, 2023

Codecov Report

Patch coverage: 95.12% and project coverage change: +0.05 🎉

Comparison is base (f7a7501) 93.89% compared to head (89d5a21) 93.94%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #161      +/-   ##
==========================================
+ Coverage   93.89%   93.94%   +0.05%     
==========================================
  Files          43       43              
  Lines        2801     2826      +25     
==========================================
+ Hits         2630     2655      +25     
  Misses        171      171              
Impacted Files Coverage Δ
python/lsst/utils/ellipsis.py 100.00% <ø> (ø)
python/lsst/utils/introspection.py 97.05% <87.50%> (-2.95%) ⬇️
python/lsst/utils/timer.py 99.25% <100.00%> (+1.30%) ⬆️
tests/import_test/two/three/success.py 100.00% <100.00%> (ø)
tests/test_introspection.py 100.00% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

This is a slightly modified implementation of the one that was
in the timer package.
@timj timj marked this pull request as ready for review June 14, 2023 17:27
Copy link
Contributor

@ktlim ktlim left a comment

Choose a reason for hiding this comment

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

Seems OK.

@timj timj merged commit 87fa34d into main Jun 20, 2023
13 checks passed
@timj timj deleted the tickets/DM-39628 branch June 20, 2023 16:27
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