-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Number of instances displayed vs written disagree #2042
Comments
After quite some experimentation, I found the cause: The number of steps in the ECDFs is not the number of instances, but the number of bootstrapped runs. Because line 50 of
evaluates to 10 with the default setting of |
Update: I also found the same line |
Excellent, thanks, that means we should probably better use the maximum of the number of trials and number of bootstraps. We still need to fix #1972 at some point, I believe I have already some code around. |
Should be fixed in the |
Like in this figure
which was generated for a paper.
We see 10 steps in the ECDF, but
15 instances
written. Why?See also #1972, #1117.
The text was updated successfully, but these errors were encountered: