Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Solstice Cerasus committed Mar 22, 2023
1 parent 2fef24a commit 493990d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Python/phate/branch_prediction.py
Expand Up @@ -498,4 +498,4 @@ def plot_branch_classes(self, emb):

# sys.stdout = open('trash', 'w')
for i, txt in enumerate(plot_numbers):
ax.annotate(txt, (emb[i][0], emb[i][1]), size=15, bbox=bbox_props)
ax.annotate(txt, (emb[i][0], emb[i][1]), size=15, bbox=bbox_props)

0 comments on commit 493990d

Please sign in to comment.