Closed jthorton closed 1 week ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 96.60%. Comparing base (
ca54878
) to head (f670838
). Report is 4 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@hannahbaumann great point, I think the atomwise hybridization filter should handle those cases currently but it would be good to extend this filter also to do the same. I believe that using the atom hybridization and map_exact_ring_matches_only=True
should do the same filtering as this filter on rings but handle non-ring cases as well so for users that only want to handle ring cases, we should make the behaviour consistent. I'll open another issue for that and look to do it in another PR though to keep this one simple.
Thanks @jthorton , that sounds great!
Fixes #62.