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

#5225
Anonymous

    Thanks. It’s fixed. I was using ft = p.fold_tree() to extract the fold tree and modify it. When I printed the pose, the foldtree was changed, so I thought it was still attached and updated. However, I still had to do p.fold_tree(ft) to update.

    -J