Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
brryan committed Jan 8, 2025
1 parent e61685b commit 3f3b280
Show file tree
Hide file tree
Showing 12 changed files with 24 additions and 12 deletions.
3 changes: 2 additions & 1 deletion tst/scripts/binary/binary.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
import matplotlib.colors as colors
import matplotlib.pyplot as plt
import matplotlib
matplotlib.use('Agg') # Use the Agg backend to avoid issues with DISPLAY not being set

matplotlib.use("Agg") # Use the Agg backend to avoid issues with DISPLAY not being set

_nranks = 1
_file_id = "binary"
Expand Down
3 changes: 2 additions & 1 deletion tst/scripts/binary_adi/binary_adi.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
import matplotlib.colors as colors
import matplotlib.pyplot as plt
import matplotlib
matplotlib.use('Agg') # Use the Agg backend to avoid issues with DISPLAY not being set

matplotlib.use("Agg") # Use the Agg backend to avoid issues with DISPLAY not being set

_nranks = 1
_file_id = "binary_adi"
Expand Down
3 changes: 2 additions & 1 deletion tst/scripts/collisions/collisions.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
import matplotlib.colors as colors
import matplotlib.pyplot as plt
import matplotlib
matplotlib.use('Agg') # Use the Agg backend to avoid issues with DISPLAY not being set

matplotlib.use("Agg") # Use the Agg backend to avoid issues with DISPLAY not being set

_nranks = 1
_file_id = "collisions"
Expand Down
3 changes: 2 additions & 1 deletion tst/scripts/coords/blast.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
import h5py
import matplotlib.pyplot as plt
import matplotlib
matplotlib.use('Agg') # Use the Agg backend to avoid issues with DISPLAY not being set

matplotlib.use("Agg") # Use the Agg backend to avoid issues with DISPLAY not being set

_nranks = 1
_file_id = "blast"
Expand Down
3 changes: 2 additions & 1 deletion tst/scripts/diffusion/alpha_disk.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
import matplotlib.colors as colors
import matplotlib.pyplot as plt
import matplotlib
matplotlib.use('Agg') # Use the Agg backend to avoid issues with DISPLAY not being set

matplotlib.use("Agg") # Use the Agg backend to avoid issues with DISPLAY not being set

_nranks = 1
_file_id = "alpha_disk"
Expand Down
3 changes: 2 additions & 1 deletion tst/scripts/diffusion/thermal_diffusion.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
import matplotlib.colors as colors
import matplotlib.pyplot as plt
import matplotlib
matplotlib.use('Agg') # Use the Agg backend to avoid issues with DISPLAY not being set

matplotlib.use("Agg") # Use the Agg backend to avoid issues with DISPLAY not being set

_nranks = 1
_file_id = "thermal_diffusion"
Expand Down
3 changes: 2 additions & 1 deletion tst/scripts/diffusion/viscous_diffusion.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
import matplotlib.colors as colors
import matplotlib.pyplot as plt
import matplotlib
matplotlib.use('Agg') # Use the Agg backend to avoid issues with DISPLAY not being set

matplotlib.use("Agg") # Use the Agg backend to avoid issues with DISPLAY not being set

_nranks = 1
_file_id = "viscous_diffusion"
Expand Down
3 changes: 2 additions & 1 deletion tst/scripts/disk/disk.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
import matplotlib.colors as colors
import matplotlib.pyplot as plt
import matplotlib
matplotlib.use('Agg') # Use the Agg backend to avoid issues with DISPLAY not being set

matplotlib.use("Agg") # Use the Agg backend to avoid issues with DISPLAY not being set

_nranks = 1
_file_id = "disk"
Expand Down
3 changes: 2 additions & 1 deletion tst/scripts/disk_nbody/disk_nbody.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
import matplotlib.colors as colors
import matplotlib.pyplot as plt
import matplotlib
matplotlib.use('Agg') # Use the Agg backend to avoid issues with DISPLAY not being set

matplotlib.use("Agg") # Use the Agg backend to avoid issues with DISPLAY not being set

_nranks = 1
_file_id = "disk_nbody"
Expand Down
3 changes: 2 additions & 1 deletion tst/scripts/drag/drag.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
import matplotlib.colors as colors
import matplotlib.pyplot as plt
import matplotlib
matplotlib.use('Agg') # Use the Agg backend to avoid issues with DISPLAY not being set

matplotlib.use("Agg") # Use the Agg backend to avoid issues with DISPLAY not being set

_nranks = 1
_file_id = "drag"
Expand Down
3 changes: 2 additions & 1 deletion tst/scripts/nbody/nbody.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
import matplotlib.colors as colors
import matplotlib.pyplot as plt
import matplotlib
matplotlib.use('Agg') # Use the Agg backend to avoid issues with DISPLAY not being set

matplotlib.use("Agg") # Use the Agg backend to avoid issues with DISPLAY not being set

_nranks = 1
_file_id = "nbody"
Expand Down
3 changes: 2 additions & 1 deletion tst/scripts/ssheet/ssheet.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
import matplotlib.colors as colors
import matplotlib.pyplot as plt
import matplotlib
matplotlib.use('Agg') # Use the Agg backend to avoid issues with DISPLAY not being set

matplotlib.use("Agg") # Use the Agg backend to avoid issues with DISPLAY not being set

_nranks = 1
_file_id = "ssheet"
Expand Down

0 comments on commit 3f3b280

Please sign in to comment.