-
Notifications
You must be signed in to change notification settings - Fork 35
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: change ci param to errorbar in sns-catplot #524
Conversation
Codecov Report
@@ Coverage Diff @@
## main #524 +/- ##
=======================================
Coverage 95.22% 95.22%
=======================================
Files 69 69
Lines 2868 2868
Branches 412 412
=======================================
Hits 2731 2731
Misses 66 66
Partials 71 71 |
CI failures appear unrelated, let me fix those in a separate PR then merge |
@@ -197,3 +197,4 @@ Enhancements | |||
.. _Samuel Powell: https://github.com/samuelpowell | |||
.. _Johann Benerradi: https://github.com/HanBnrd | |||
.. _Florin Pop: https://github.com/florin-pop | |||
.. _Nicolas Busato: https://github.com/Busato |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you also add a line under the v0.6.dev0
heading toward the top?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@larsoner do you mean a line saying what the PR changed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep!
You can now also remove this line that I added https://github.com/mne-tools/mne-nirs/pull/525/files#diff-15c86dcddb07192eeb2d84db2a5dfca48e3837471adbbd9b3e05425b44fce485R49 if you want to make sure it has been fixed everywhere |
Thanks @Busato 🎉 |
What does this implement/fix?
Two tests were failing because of a deprecation of the
ci
parameter insns.catplot
function.They were changed to
errorbar
instead that do the same thing when using None (both of the were using it)Contributed with ❤️ by AE Studio