RosettaCommons / rosetta

The Rosetta Bio-macromolecule modeling package.
https://www.rosettacommons.org
Other
154 stars 63 forks source link

Update benchmark scripts for Python3.12. #51

Closed roccomoretti closed 6 months ago

roccomoretti commented 6 months ago

Python 3.12 gets rid of the imp module. Moreover, it gets rid of imp.load_source() altogether. We thus need to change around how we do the magic 'import from parent directory' statement.

There are also a few other things which were popping up warnings when I ran things locally.