-
Notifications
You must be signed in to change notification settings - Fork 31
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
remove inf for calc_panel_params #21
base: master
Are you sure you want to change the base?
Conversation
Thanks for the PR. Just wondering: Does the regular |
Codecov Report
@@ Coverage Diff @@
## master #21 +/- ##
=======================================
Coverage 58.33% 58.33%
=======================================
Files 13 13
Lines 324 324
=======================================
Hits 189 189
Misses 135 135
Continue to review full report at Codecov.
|
I just looked through the |
Then switching over to |
Oh, please also add a little test to make sure that the stat can handle infinite values. It should be added here: |
Will do. I'll tackle it soon. |
The suggested changes fix problems I was having when handling infinite values with stat_density_ridges(). Here's a MWE:
I think that the changes should minimally impact other functions. Also, this is my first pull request so let me know if I did anything wrong.