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
I think the "stage_histogram" function has a minor bug. For a given class, the sum of its fractions across the assigned stages exceeds 1. I think this can be addressed by fixing the input "bins" parameter when calling the "ax.hist" function.
The text was updated successfully, but these errors were encountered:
Haven't tried it yet but I suspect it may happen there too because the issue seems to be with the function "ax.hist" (and how it behaves when the "bins" parameter is an integer). I set bins to np.arange(max_stage+2) and it works fine at my end.
I think the "stage_histogram" function has a minor bug. For a given class, the sum of its fractions across the assigned stages exceeds 1. I think this can be addressed by fixing the input "bins" parameter when calling the "ax.hist" function.
The text was updated successfully, but these errors were encountered: