-
Notifications
You must be signed in to change notification settings - Fork 0
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
Expose show_outer_percentiles
arg
#21
Comments
Do I need to be logged into the reports site to follow those links, @LFISHER7? (They're 404ing for me.) I've made a comment on the associated PR that I could equally have made here. Essentially, it's preferable to pass options through the |
Ah you do, there's an example figure below from the first link, and the second link was wrong! (now updated) Sorry to have forgotten about the existence of |
To expose this arg, we add the mechanism for reading JSON-encoded configuration, which we expect to be passed by job-runner. As such, we don't check that the JSON is valid. However, we do check that the configuration keys are correct, and report any incorrect configuration keys (e.g. typos) to the user. We don't check the configuration values are correct; doing so would require more complex code, which is probably unnecessary. We should still consider what we'd like the `config` key to look like. However, we can iterate on that problem as we add more configuration. Closes #21
show_outer_percentiles
arg
The default behaviour is for the outer percentiles (1-9, 91-99) to be plotted.
Often, this detail isn't needed and makes the charts noisy, so we just plot the deciles E.g SRO-report
It would be useful to expose the
show_outer_percentiles
argument here when specifying the action.The text was updated successfully, but these errors were encountered: