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
This was pointed out in #4887 that the testing for Beta distribution used values that might lead to invalid combination of arguments in the following test:
The values for mu and sigma are picked randomly from their respective Domain. However in this particular case we only have certain value pairs which are valid. In the current v4 testing it simply returns NaN values for invalid cases. With #4887 we will require a new mechanism/value Domains to be placed over here.