Skip to content

Commit

Permalink
Don't use LaTex formatting for CI artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Mullen committed Jan 30, 2025
1 parent 6aee8d3 commit 051d92a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions tst/scripts/radiation/rad_shock.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@
from phdf import phdf

# Plotting style
plt.rc("text", usetex=True)
plt.rc("font", family="serif", size=20)
colors = plt.rcParams["axes.prop_cycle"].by_key()["color"]

# Commands
Expand Down
2 changes: 0 additions & 2 deletions tst/scripts/radiation/thermalization.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@
from phdf import phdf

# Plotting style
plt.rc("text", usetex=True)
plt.rc("font", family="serif", size=20)
colors = plt.rcParams["axes.prop_cycle"].by_key()["color"]

# Commands
Expand Down

0 comments on commit 051d92a

Please sign in to comment.