Skip to content

Commit

Permalink
Change v40 to v39
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Sep 22, 2024
1 parent 319d2db commit e0f840d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion k4FWCore/scripts/k4run
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ def main():
opts_dict = vars(opts)
for optionName, propTuple in option_db.items():
logger.info("Option name: %s %s %s", propTuple[1], optionName, opts_dict[optionName])
# After Gaudi v40 the new configurable histograms have properties that are tuples
# After Gaudi v39 the new configurable histograms have properties that are tuples
# and by default one of the member is an empty tuple that Gaudi seems not to like
# when used in setProp - it will try to parse it as a string and fail
if "_Axis" in optionName:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
transformer1.CustomHistogram_Title = "Custom Title"
# Bins can be defined here
transformer1.CustomHistogram_Axis0 = (10, -5.0, 10.0, "X")
# Before Gaudi v40 there isn't a way to set the bins from python
# Before Gaudi v39 there isn't a way to set the bins from python
except Exception:
pass

Expand Down

0 comments on commit e0f840d

Please sign in to comment.