-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
46d0035
commit 9f4c4c1
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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? |