Skip to content

Commit

Permalink
fix validation plots for ticl versions other than 5
Browse files Browse the repository at this point in the history
  • Loading branch information
felicepantaleo committed Nov 14, 2024
1 parent 1d7a01d commit a0a2faa
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,10 @@
tracksters = []

def main(opts):

drawArgs={}
extendedFlag = False
ticlVersion = 4
if opts.no_ratio:
drawArgs["ratio"] = False
if opts.separate:
Expand Down

0 comments on commit a0a2faa

Please sign in to comment.