Closed alongd closed 3 months ago
Attention: Patch coverage is 83.33333%
with 1 line
in your changes missing coverage. Please review.
Project coverage is 73.96%. Comparing base (
8665b73
) to head (82f6c48
). Report is 3 commits behind head on main.
Files | Patch % | Lines |
---|---|---|
arc/job/trsh.py | 83.33% | 0 Missing and 1 partial :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
In trsh
scan_quality_check()
, ARC checks broken bond and any lowest conformation, excluding those with broken bonds. Ths is step 1.2 in the function. Here we make a minor fix to a KeyError in the lineactions = {'change conformer': conf_xyzs[min_index]}
, and now we only callconf_xyzs[min_index]
if the length of the list and the index value makes sense.