Skip to content

Conversation

@Cvico
Copy link

@Cvico Cvico commented May 23, 2024

We are working on the SMP-EFT combination and want to use the AnalyticAnomalousCoupling model with the latest combine version, so we need to port the code to python3. I've done this by using the 2to3 script as follows:
find . -name "*.py" -exec 2to3 -w -n -j 8 {} \;

We could have a separate branch with this python3 version so it does not clash with the master.

@amassiro
Copy link
Owner

This will make the code not back compatible.
Could you branch it and have "python3" version compatible there?

@Cvico
Copy link
Author

Cvico commented May 24, 2024

Hi Andrea,

Sorry we were more focused on other stuff during the workshop. I'm not sure what you mean, I can only do PR to one existing branch, and I cannot request to create another one, right? Unless the question was not for me (that might be).

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.

2 participants