Skip to content

Commit

Permalink
Try failing the PDF diff test
Browse files Browse the repository at this point in the history
  • Loading branch information
utensil committed Apr 11, 2024
1 parent 721905e commit f48b941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_gprinter.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def test_gxpdf(self):
B = g3.mv('B', 'bivector')
Fmt(1) # Set Fmt globally
gprint(r'\mathbf{B} =', B) # B will be bold.
gprint(r'\mathbf{B} =', B.Fmt(3)) # Fmt(3) here only.
gprint(r'\mathbf{B} =', B.Fmt(1)) # Fmt(3) here only.
gprint(r'\mathbf{B} =', B) # Global Fmt remembered.

gprint(r'\mathbf{B}^2 =', B*B)
Expand Down

0 comments on commit f48b941

Please sign in to comment.