Quaternary symmetry calculation edge-case by josemduarte · Pull Request #1120 · biojava/biojava
-
Notifications
You must be signed in to change notification settings - Fork 395
Conversation
| if (thisAligned.isEmpty() && otherAligned.isEmpty()) { | ||
| logger.warn("No equivalent aligned atoms found between SubunitClusters {} via structure alignment. Will not merge the second one into the first.", pairName); | ||
| return false; | ||
| } |
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is the fix. The rest are formatting and logging improvements.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters