Skip to content

Commit

Permalink
Update Exec/science/flame/analysis/profiles.py
Browse files Browse the repository at this point in the history
Co-authored-by: Eric T. Johnson <[email protected]>
  • Loading branch information
zingale and yut23 authored Oct 11, 2023
1 parent 0d73ad0 commit 2f248af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Exec/science/flame/analysis/profiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def doit(pfiles, limitlabels, xmin, xmax):

pfiles = glob.glob(f"{args.prefix}?????")
pfiles += glob.glob(f"{args.prefix}??????")
pfiles += glob.glob(f"{args.prefix}??????")
pfiles += glob.glob(f"{args.prefix}???????")

plot_nums = sorted([p.split(args.prefix)[1] for p in pfiles], key=int)

Expand Down

0 comments on commit 2f248af

Please sign in to comment.