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

hotfix: plot_rm_corr crash with specific column names #351

Merged
merged 2 commits into from
Mar 9, 2023

Conversation

remrama
Copy link
Contributor

@remrama remrama commented Mar 8, 2023

Should address #349

I added the assertion checks right above the use of ols as opposed to start of each function, only because it seemed easier for a reader to extract the motivation for them. lmk if you prefer them at the top.

@codecov
Copy link

codecov bot commented Mar 8, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change

Comparison is base (8c92b6d) 98.53% compared to head (af061bc) 98.54%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #351   +/-   ##
=======================================
  Coverage   98.53%   98.54%           
=======================================
  Files          19       19           
  Lines        3353     3361    +8     
  Branches      545      547    +2     
=======================================
+ Hits         3304     3312    +8     
  Misses         26       26           
  Partials       23       23           
Impacted Files Coverage Δ
pingouin/parametric.py 99.56% <100.00%> (+<0.01%) ⬆️
pingouin/plotting.py 95.76% <100.00%> (+0.03%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

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

@raphaelvallat raphaelvallat self-requested a review March 9, 2023 08:32
Copy link
Owner

@raphaelvallat raphaelvallat left a comment

Choose a reason for hiding this comment

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

Thanks so much!

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.

Variablename "C" leads to a crash in pg.plot_rm_corr
2 participants