-
Notifications
You must be signed in to change notification settings - Fork 613
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] ensure that threshold passed to plotting functions are positive #4338
base: main
Are you sure you want to change the base?
Conversation
👋 @Remi-Gau Thanks for creating a PR! Until this PR is ready for review, you can include the [WIP] tag in its title, or leave it as a github draft. Please make sure it is compliant with our contributing guidelines. In particular, be sure it checks the boxes listed below.
For new features:
For bug fixes:
We will review it as quick as possible, feel free to ping us with questions if needed. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #4338 +/- ##
==========================================
+ Coverage 91.85% 92.14% +0.28%
==========================================
Files 144 143 -1
Lines 16419 16509 +90
Branches 3434 3466 +32
==========================================
+ Hits 15082 15212 +130
+ Misses 792 751 -41
- Partials 545 546 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
I'm wondering whether this is right. You could be in situations where you want to keep everything that's above -1, no ? |
avg_method
andsymmetric_cbar
flags usingplot_surf_stat_map
working properly with plotly engine #4296 (comment)Changes proposed in this pull request:
As far as I can tell all plotting threshold are implicitly expected to be positive numbers but this is never checked or enforced.