「view this page in B3 βῆτα server」

Revisions №59835

branch: master 「№59835」
Commited by: Rocco Moretti
GitHub commit link: 「1e1b6805b89684f9」 「№2683」
Difference from previous tested commit:  code diff
Commit date: 2017-11-01 11:09:35

Merge pull request #2683 from RosettaCommons/roccomoretti/pyrosetta_pose_checks Add check for zero seqpos in Pose PyAsserts Sequence positions in Rosetta can't be zero. If you're using PyRosetta and accidentally pass a zero to one of the Pose functions, you'll get a segfault. This is bad - raise a PyAssert instead.

...