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 has tripped me up a few times, and I had thought that the solution would be to make sure the bounds are always of the form [min, max]. So I started working on a branch. However, some of the existing tests for aggregated_by are expecting to find bounds in the "wrong" order:
#4315 fixes the bounds problem. The OP also notes that the points are wrong, and I have opened #4455 to more specifically cover that problem. So I think this can be closed.
Try the following:
Result is:
But we expected
Note:
Trying subsets of the data suggests that it is the last 3 realization values being out-of-order which triggers the problem...
The text was updated successfully, but these errors were encountered: