Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Queues: convert to Python library (#2274)
Closes #2186 and the test harness part of #2191. More specifically, this PR does the following: - set up separate directories for our package, data file generation, and tests - move each queue's python generator and associated main component to different files: main components are in `test/` - remove PCQs from `data_gen/gen_queue_data_expect.sh` (for now) - tweak runt stanzas to work with new file structure - tweak github actions to install `queues` for CI and run `gen_queue_data_expect.sh` - gitignore large `.data` and `.expect` files - fill in README for our library - update links in the docs to our new file locations and add install instructions
- Loading branch information