Skip to content

Commit

Permalink
WIP: remove matplotlib usage
Browse files Browse the repository at this point in the history
  • Loading branch information
schettn authored Jan 5, 2024
1 parent 2b28b7f commit c2ffb4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/translate_qasm.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import json


matplotlib.use('TkAgg')
# matplotlib.use('TkAgg')

class QASMRunnerException(Exception):
"""Raised during parsing the QASM Input
Expand Down

0 comments on commit c2ffb4f

Please sign in to comment.