Skip to content

Commit

Permalink
Add todo list for tool goals
Browse files Browse the repository at this point in the history
  • Loading branch information
EdmundGoodman committed Feb 13, 2024
1 parent 46d0035 commit 9f4c4c1
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
- [x] Minimum viable product
- [x] Construct sbatch files programmatically
- [x] Run constructed sbatch files
- [x] Ingest YAML of schema
- [x] Generate sbatch files from YAML
- [ ] Improvements
- [ ] YAML schema
- [ ] Multiple nested arguments
- [ ] Pairwise arguments
- [ ] Default groups for executables
- [ ] Results analysis
- [ ] Result aggregation
- [ ] Result analysis
- [ ] Statistical re-runs
- [ ] Optional extras
- [ ] Unit tests
- [ ] Documentations
- [ ] Publish to PyPI
- [ ] Textual TUI
- [ ] Visualise YAML schema structure
- [ ] Spawn runs for benches/individual executables
- [ ] View results/analysis of runs
- [ ] Modify YAML via inbuilt editor?

0 comments on commit 9f4c4c1

Please sign in to comment.