Open jthorton opened 5 days ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 98.15%. Comparing base (
4532c95
) to head (76c4c9c
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@IAlibay, you mentioned changing the defaults in openfe as well, but openfe exports the mapper again.
@jthorton admittedly I've not put a ton of thought into this, so I could be completely off the mark, what I'm thinking of is we could:
a) ensure that the default settings for the mapper in the CLI has our best practice defaults: https://github.com/OpenFreeEnergy/openfe/blob/be3433c031b3c7e5c0444a4ecbbfdc233f82b4de/openfecli/parameters/plan_network_options.py#L127 b) make sure that any documentation (assuming we have any) that directs the use of Kartograf, tells users to use the right filter options.
Following the review of the default filters in #59, this PR changes the default value for
map_hydrogens_on_hydrogens_only
toTrue
this should have no change on the performance when using the hybrid topology protocol from OpenFE as these mappings were removed silently as they involve bond constraints.