PyRosetta.notebooks icon indicating copy to clipboard operation
PyRosetta.notebooks copied to clipboard

Remove Second Declaration of FastRelax

Open benf549 opened this issue 4 years ago • 0 comments

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.

benf549 avatar Jul 09 '21 20:07 benf549