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

Allow hiding signals provided by extensions #3302

Open
wants to merge 2 commits into
base: RELEASE_next_patch
Choose a base branch
from

Conversation

jlaehne
Copy link
Contributor

@jlaehne jlaehne commented Jan 29, 2024

Allow setting optional "hidden" key in definition of signals extending hyperspy, which prevents them from being shown by print_known_signal_types().

Progress of the PR

  • Change implemented (can be split into several points),
  • update user guide (if appropriate),
  • add an changelog entry in the upcoming_changes folder (see upcoming_changes/README.rst),
  • Check formatting changelog entry in the readthedocs doc build of this PR (link in github checks)
  • [n/a] add tests,
  • ready for review.

Copy link

codecov bot commented Jan 29, 2024

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (b104055) 80.23% compared to head (6da0c52) 80.22%.

Files Patch % Lines
hyperspy/utils/__init__.py 0.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@                  Coverage Diff                   @@
##           RELEASE_next_patch    #3302      +/-   ##
======================================================
- Coverage               80.23%   80.22%   -0.02%     
======================================================
  Files                     147      147              
  Lines                   21846    21846              
  Branches                 5140     5140              
======================================================
- Hits                    17528    17525       -3     
- Misses                   3112     3116       +4     
+ Partials                 1206     1205       -1     

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants