-
Notifications
You must be signed in to change notification settings - Fork 1
Add results processing script #101
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
base: main
Are you sure you want to change the base?
Conversation
Edit: Nvm! I fixed this ;) |
@rcannood tried to From the repo's root directory: ![]() The reason why it fails it's because nothing is fetched in |
@rcannood, the select option can't fetch any runs.
Does this only work for a full run? i.e., with all methods and metrics? I just pull results from one partial run and i couldn't get any tables to render. |
Describe your changes
This PR adds a results processing script. It has been generalised a bit and has been moved into the common repo. To try it out:
If aws cli isn't installed, the aws cli calls are run via Docker.
Checklist before requesting a review
I have performed a self-review of my code
Check the correct box. Does this PR contain:
Proposed changes are described in the CHANGELOG.md
CI Tests succeed and look good!