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
Re-enables tests for `QPD_U`, `QPD_S` skipped in #193 and
attempts to fix failures in QPD distributions.
it appears that #190 failures are resolved - fixes#190.
Further `QPD_B` seems to fail at mean and var calculations, this is a
separate bug and raised as #257.
As a mechanical consequence, `QPD_B` is left skipped in the tests.
We are still calling the extended versions for J-QPD-S and J-QPD-B. Since I have only updated the non-extended to work vectorized, I would suggest to switch to these. (This might also fix this issue.)
QPD_B
is failing internally, it is substituting 0 or 1 into a logit, which produces nans.To reproduce, run
check_estimator
onQPD_B
, it is failing for the supplied examples.Any ideas where or why, @FelixWick, @setoguchi-naoki?
The text was updated successfully, but these errors were encountered: