Member Site Forums PyRosetta PyRosetta – General Strange fold tree problem with classic and fast relax Reply To: Strange fold tree problem with classic and fast relax

#5229
Anonymous

    I think pretty well everything in PyRosetta makes deep copies – I remember hearing that none of the pointer wrapping worked right. I think as a general rule you should plan on making copies. (You get const access to a Pose’s FoldTree as it is, so you’d have to make a copy, modify it, and then use the setter anyway in this example.)