Skip to content

Commit

Permalink
improve coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Kundert authored and Ken Kundert committed Aug 7, 2021
1 parent 8a53eef commit 19e7566
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion quantiphy_eval.py
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,8 @@ def rm_commas(s):


# Main {{{1
if __name__ == '__main__':
if __name__ == '__main__': # pragma: no cover

from math import pi, tau
variables = dict(
pi = pi,
Expand Down

0 comments on commit 19e7566

Please sign in to comment.