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

Fix slider in image contrast editor on python >=3.10 #76

Merged
merged 6 commits into from
May 8, 2024

Temporary use `RELEASE_next_minor` branch to test code until hyperspy…

96fae29
Select commit
Loading
Failed to load commit list.
Merged

Fix slider in image contrast editor on python >=3.10 #76

Temporary use `RELEASE_next_minor` branch to test code until hyperspy…
96fae29
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed May 7, 2024 in 0s

44.83% (-2.51%) compared to 7b70620

View this Pull Request on Codecov

44.83% (-2.51%) compared to 7b70620

Details

Codecov Report

Attention: Patch coverage is 41.22137% with 154 lines in your changes are missing coverage. Please review.

Project coverage is 44.83%. Comparing base (7b70620) to head (96fae29).

Files Patch % Lines
hyperspy_gui_traitsui/_external/range_slider.py 18.69% 99 Missing and 1 partial ⚠️
hyperspy_gui_traitsui/_external/bounds_editor.py 60.86% 50 Missing and 4 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #76      +/-   ##
==========================================
- Coverage   47.34%   44.83%   -2.51%     
==========================================
  Files          10       12       +2     
  Lines         452      707     +255     
  Branches       72      104      +32     
==========================================
+ Hits          214      317     +103     
- Misses        230      378     +148     
- Partials        8       12       +4     

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