Skip to content

Commit

Permalink
Merge pull request #187 from andthum/fix/scripts/dynamics/extract-ren…
Browse files Browse the repository at this point in the history
…ewal-events

Script `extract_renewal_events.py`: Fix AtomGroup Info in Output File
  • Loading branch information
andthum committed Oct 28, 2023
2 parents 71b2109 + 9413403 commit 49a5aed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/dynamics/extract_renewal_events.py
Original file line number Diff line number Diff line change
Expand Up @@ -966,7 +966,7 @@ def extract_renewal_events( # noqa: C901
+ "Allowed intermittency = {}\n".format(args.INTERMITTENCY)
+ "\n\n"
+ "Reference: '{}'\n".format(" ".join(args.REF))
+ mdt.rti.ag_info_str(sel)
+ mdt.rti.ag_info_str(ref)
+ "\n\n"
+ "Selection: '{}'\n".format(" ".join(args.SEL))
+ mdt.rti.ag_info_str(sel)
Expand Down

0 comments on commit 49a5aed

Please sign in to comment.