Raphael Vallat

Results 210 comments of Raphael Vallat

**Fix the Github Action CI:** Replace ```yaml name: Python tests on: push: branches: [master, develop] pull_request: branches: [master, develop] ``` with: ```yaml name: Python tests on: push: branches: [main] pull_request:...

I'll wait for the unit tests and then do a final review and approval. Hopefully we don't get failing unit tests from previous PRs 🤦 Feel free to re-enable the...

Thanks for the reminder! Merging now!

Hi, > Besides the error I just wanted to thank you guys fro your work on the project. Pingouin is by far my favorite statistics library. Thanks for the kind...

Hey @FriedrichLidenbach Apologies for the slow reply. The issue comes from the fact that the two-way ANOVA includes an interaction term (`color * block`) which cannot be calculated in this...

Thanks for opening the issue. You are right that the current implementation does not match what is written in the doc: > Slope between NegPeak and MidCrossing https://github.com/raphaelvallat/yasa/blob/v0.6.5/docs/pictures/slow_waves.png The calculation...

Hi @senbjoern, Thank you for opening the issue. Pingouin uses the [scipy.stats.probplot](https://docs.scipy.org/doc/scipy/reference/generated/scipy.stats.probplot.html) function to generate the QQ-plot. As indicated in the Stack Overflow post that you shared, Scipy and R...

Hi @mmpeng9 Thanks for opening the issue and apologies about the late reply. Can you please share your experiments here? When doing so, can you please make sure that you...

@EtienneCmb thoughts on the above? It's concerning that visbrain.org redirects to a scam site; I agree with @skjerns's suggestion of archiving the repo/docs and/or at minima updating the links

Hi, Thanks for opening the PR. Is this linked to a particular GitHub issue/discussion? If not, can you please first open an issue to describe the problem, with minimal code...