Skip to content

Commit

Permalink
Better banner for get_torus_radial_profiles.py run as main
Browse files Browse the repository at this point in the history
  • Loading branch information
brryan committed Dec 12, 2023
1 parent d73c044 commit cb17583
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/python/get_torus_radial_profiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,9 @@ def process_file(in_filename, overwrite):
args = parser.parse_args()

print("Phoebus GRMHD analysis script for generating radial profiles from dumps")
print(f" Number of files: {len(args.filenames)}")
print(f" Number of files: {len(args.filenames)}")
print(f" Number of processors: {args.nproc}")
print(f" Overwrite? {args.overwrite}")

p = Pool(processes=args.nproc)
from itertools import repeat
Expand Down

0 comments on commit cb17583

Please sign in to comment.