Skip to content

Commit

Permalink
Removed quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
jkvis committed Jun 16, 2024
1 parent f83428a commit c79a11c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions algebra/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ def label(node):
yield f'comment="reference:{reference[graph.supremal.start:graph.supremal.end]}"'
yield f'comment="observed:{graph.supremal.sequence}"'
yield "rankdir=LR"
yield 'edge[fontname="monospace"]'
yield f'node[fixedsize=true,fontname="serif",shape=circle,width={".8" if labels else "1"}]'
yield "edge[fontname=monospace]"
yield f'node[fixedsize=true,fontname=serif,shape=circle,width={".8" if labels else "1"}]'
yield "si[shape=point,width=.1]"
yield "si->s0"

Expand Down

0 comments on commit c79a11c

Please sign in to comment.