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

Revisions №21309

branch: rosetta:commits 「№21309」
Commited by: lyskov-ai
GitHub Pull Request link: 「№762」
Merge: 「0c38201cd」「375404062」  code diff
Scheduled at: 2026-09-17 15:53:35.132106
linux.clang linux.gcc linux.srlz mac.clang
debug
release
unit
mac.clang.python38.PyRosetta.unit ubuntu.clang.cxx11thread.serialization.python38.PyRosetta.unit mpi mpi.serialization build.header build.levels build.ninja_debug beautification code_quality.cppcheck code_quality.merge_size serialization code_quality.submodule_regression integration.mpi integration.release_debug integration.tensorflow integration.thread integration.torch integration performance profile linux.clang.score linux.gcc.score mac.clang.score scripts.pyrosetta scripts.rosetta.parse scripts.rosetta.validate scripts.rosetta.verify util.apps windows.build.debug windows.build.release

Pull Request №762 RosettaCommons/rosetta/main ← lyskov-ai/rosetta/fix/duplicated-copy-paste-conditions Merge: 0c38201cdcd83a9217d947a1604b4317f71c6831←375404062ef86004dfcfce5ea79ba16380ec9054 Fix copy/paste bugs in duplicated conditions ---------------- Merge commit message: Delete unreachable duplicate PoseCoordPickMode_BB branch xyzStripeHashPoseWithMeta::init_with_pose tested PoseCoordPickMode_BB twice in the same if/else chain, so the second branch could never run. Its body collects CA, C and CB, which matches no value of PoseCoordPickMode -- N_CA_C and N_CA_C_CB both include N -- so the intent behind it is not recoverable. The surviving first branch is the correct one: it collects N, CA, C, O and CB, matching both the natom counting loop above it and the canonical case PoseCoordPickMode_BB in core/pose/xyzStripeHashPose.cc. Removing dead code, no behaviour change.

...
Test: linux.gcc.mpi.serialization.integration.mpi

Failed sub-tests (click for more details):
replica_docking
Test: mac.clang.python39.integration

Failed sub-tests (click for more details):
mp_f19_relax