Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarhiggott committed Mar 14, 2021
1 parent dc027ca commit c6aac3f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ jobs:
- name: Install cibuildwheel
run: |
python -m pip install cibuildwheel==1.7.4
# - name: Install Visual C++ for Python 2.7
# if: runner.os == 'Windows'
# run: |
# choco install vcpython27 -f -y
- name: Build wheels
run: |
python -m cibuildwheel --output-dir wheelhouse
Expand Down
6 changes: 3 additions & 3 deletions src/pymatching/matching.py
Original file line number Diff line number Diff line change
Expand Up @@ -364,9 +364,9 @@ def draw(self):
"""Draw the matching graph using matplotlib
Draws the matching graph as a matplotlib graph. Stabiliser nodes are
filled grey and boundary nodes are filled white. The thickness of each
edge is a linear function of its weight (with min and max thickness 0.2
and 2 respectively).
filled grey and boundary nodes are filled white. The line thickness of each
edge is determined from its weight (with min and max thicknesses of 0.2 pts
and 2 pts respectively).
Note that you may need to call `plt.figure()` before and `plt.show()` after calling
this function.
"""
Expand Down

0 comments on commit c6aac3f

Please sign in to comment.