Closed jwtoney closed 2 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 37.41%. Comparing base (
ce8e7d5
) to head (923c030
). Report is 30 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
When switching default behavior of geometry classification and related functions from oct=True to oct=False, the following test cases break:
Upon inspection, these test cases involve comparison between two structures, one of which has coordinating atoms which have moved slightly away from metal center and are no longer recognized as coordinating unless oct=True. Fixed this by translating the coordinating atoms and ligands to be slightly closer to the metal center so they are still recognized as being coordinated (without requiring oct=True), and normal test case behavior is preserved.