Skip to content

Commit 7e82c5d

Browse files
committed
Try failing the PDF diff test
1 parent 43743e2 commit 7e82c5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_gprinter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def test_gxpdf(self):
3939
B = g3.mv('B', 'bivector')
4040
Fmt(1) # Set Fmt globally
4141
gprint(r'\mathbf{B} =', B) # B will be bold.
42-
gprint(r'\mathbf{B} =', B.Fmt(3)) # Fmt(3) here only.
42+
gprint(r'\mathbf{B} =', B.Fmt(1)) # Fmt(3) here only.
4343
gprint(r'\mathbf{B} =', B) # Global Fmt remembered.
4444

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

0 commit comments

Comments
 (0)