Closed jankaWIS closed 6 months ago
Hi,
Thanks for opening the issue. I'm only getting a RuntimeWarning and not an error when trying to reproduce the example. But either way, this should be fixed by https://github.com/raphaelvallat/pingouin/pull/415
Hi,
I'm encountering an issue when performing a t-test with pingouin. The problem is that in some cases, the Bayes factors cannot be computed and the code crashes, which is not very useful. Would it be possible to somehow just return a warning or
nan
or something that these could not be calculated instead? I'm attaching the code together with what scipy returns.and this returns the following issue:
Thanks.