Skip to content

Commit

Permalink
Implement frame drawing (#168)
Browse files Browse the repository at this point in the history
* Coloured boxes are used by default when the diagram has frames but can be turned off using `color_boxes=False`
* Fixed a bug in the `TikzBackend` that messes up the connectivity in the output drawing
  • Loading branch information
neiljdo authored Nov 5, 2024
1 parent b2ac30d commit 55dac06
Show file tree
Hide file tree
Showing 10 changed files with 2,219 additions and 953 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- name: Test with pytest
run: >
coverage run --source=${{ env.SRC_DIR }}
--module pytest ${{ env.TEST_DIR }}
--module pytest -vvv ${{ env.TEST_DIR }}
--durations=50
--ignore=${{ env.TEST_DIR }}/text2diagram/test_depccg_parser.py
--ignore=${{ env.TEST_DIR }}/training/test_torchquantum_model.py
Expand Down
Loading

0 comments on commit 55dac06

Please sign in to comment.