Skip to content

Commit

Permalink
lint and add back skip
Browse files Browse the repository at this point in the history
  • Loading branch information
utensil committed Apr 9, 2024
1 parent da8693c commit 27b93ca
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion galgebra/gprinter.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,6 @@ def gxpdf(filename=None, paper=(14, 11), crop=False, png=False, prog=False, debu
"""

latex_str = paper_format(paper, pt)+LaTeX.latex_preamble+LaTeX.latex_str+r'\end{document}'


if filename is None:
pyfilename = sys.argv[0]
Expand Down
2 changes: 1 addition & 1 deletion test/test_gprinter.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@


class TestGprinter(unittest.TestCase):
# @pytest.mark.skipif("TEST_GXPDF" not in os.environ, reason="Only run if TEST_GXPDF is set")
@pytest.mark.skipif("TEST_GXPDF" not in os.environ, reason="Only run if TEST_GXPDF is set")
def test_gxpdf(self):
gFormat()
# Set up standard G^3 geometric algebra
Expand Down

0 comments on commit 27b93ca

Please sign in to comment.