Skip to content

Commit

Permalink
fix latex not found bug for workflow test
Browse files Browse the repository at this point in the history
  • Loading branch information
neozhaoliang committed Jan 19, 2024
1 parent 60713f4 commit ec0c9a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cftp/example_random_lozenge_tiling.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"""
import matplotlib.pyplot as plt

plt.rcParams.update({"text.usetex": True, "font.family": "Courier"})
#plt.rcParams.update({"text.usetex": True, "font.family": "Courier"})

from cftp import LozengeTiling
import cftp.utils as utils
Expand Down

0 comments on commit ec0c9a1

Please sign in to comment.