Skip to content
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

Clean up post-processing scripts #498

Open
devos50 opened this issue Oct 5, 2021 · 0 comments
Open

Clean up post-processing scripts #498

devos50 opened this issue Oct 5, 2021 · 0 comments

Comments

@devos50
Copy link
Contributor

devos50 commented Oct 5, 2021

After every experiment, the experiment designer can optionally specify a post-processing script, e.g., see here. This script can then spawn a more complicated pipeline of bash/Python scripts to parse data and/or generate interesting plots.

Even though our post-processing scripts work sufficiently, the overall design of the post-processing scripts can be improved. For example, we currently have a mix of bash and Python. For every experiment, we are required to first make a bash script and then to make a Python script. It would be much more convenient to write all our post-processing scripts in Python.

Estimated development time:

  • Understanding the post-processing scripts: 1 day
  • Improving the post-processing scripts: a few days
@devos50 devos50 changed the title Cleanup post-processing scripts Clean up post-processing scripts Oct 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant