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
In #415, re setting a smaller number of rescaling intervals to avoid errors, @nspopewrote:
We'll add a more informative error message
I'm not sure which error message to change. The issue above fails on assert np.all(np.diff(rescaled_breaks) > 0) whereas #450 fails on piecewise_scale_posterior. Nevertheless, an error message which suggests a solution in both cases could be helpful.
The text was updated successfully, but these errors were encountered:
In #415, re setting a smaller number of rescaling intervals to avoid errors, @nspope wrote:
I'm not sure which error message to change. The issue above fails on
assert np.all(np.diff(rescaled_breaks) > 0)
whereas #450 fails onpiecewise_scale_posterior
. Nevertheless, an error message which suggests a solution in both cases could be helpful.The text was updated successfully, but these errors were encountered: