Skip to content

Conversation

@amassiro
Copy link

@amassiro amassiro commented Nov 3, 2025

First commit for back compatibility with Run 2 settings.

It's important to have both run 2 and run 3, since most likely analyses will have to handle both dataset.


if framework_path:
if "Full20" in era:
key = era.split("Full20")[1].split("v")[0]

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is key defined only here? I.e. Can it be used in line 57?

Does this if handle also the 2016 case, where if I remember correctly, we split into 2016HIPM and 2016noHIPM (without Full)?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have not tested yet on 2016, but I will need to do it soon and let you know.
The "key" was there in the code before ... not sure why/where it was introduced

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you. Then, I would wait for the 2016 test before merging.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants