You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 #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.
The text was updated successfully, but these errors were encountered: