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 draw_values_triangular and draw_values_pert, we use a constant distribution if low == high.
Would it be better to instead throw an error as this is quite implicit behavior?
The text was updated successfully, but these errors were encountered:
In
draw_values_triangular
anddraw_values_pert
, we use a constant distribution iflow == high
.Would it be better to instead throw an error as this is quite implicit behavior?
The text was updated successfully, but these errors were encountered: