Skip to content

Commit 55dac06

Browse files
authored
Implement frame drawing (#168)
* 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
1 parent b2ac30d commit 55dac06

10 files changed

Lines changed: 2219 additions & 953 deletions

File tree

.github/workflows/build_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- name: Test with pytest
7474
run: >
7575
coverage run --source=${{ env.SRC_DIR }}
76-
--module pytest ${{ env.TEST_DIR }}
76+
--module pytest -vvv ${{ env.TEST_DIR }}
7777
--durations=50
7878
--ignore=${{ env.TEST_DIR }}/text2diagram/test_depccg_parser.py
7979
--ignore=${{ env.TEST_DIR }}/training/test_torchquantum_model.py

0 commit comments

Comments
 (0)