RosettaCommons / PyRosetta.notebooks

Jupyter Notebooks for learning the PyRosetta platform for biomolecular structure prediction and design
https://rosettacommons.github.io/PyRosetta.notebooks/
MIT License
469 stars 151 forks source link

Remove Second Declaration of FastRelax #69

Open benf549 opened 3 years ago

benf549 commented 3 years ago

Creating the second fast relax object without setting its scorefunction and attempting to apply it will create a segmentation fault. Also the import for fast relax is above in the same cell so there is no need to use the whole rosetta.protocols.relax.FastRelax() syntax to create a new fast relax object.