Error using Ordered() in Mixture of Uniform Distributions

You need to set the testval, something like: testval=np.linspace(0., 1., N). Currently the default value is not handle correctly for ordered transformation.

3 Likes