Skip to content

Commit

Permalink
docs for inverting mapping scores
Browse files Browse the repository at this point in the history
  • Loading branch information
richardjgowers committed Aug 24, 2023
1 parent 3b97fea commit c735788
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/cookbook/creating_atom_mappings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ Scoring Mappings
With many possible mappings,
and many ligand pairs we could form mappings between,
we use **scorers** to rate if a mapping is a good idea.
These take a ``LigandAtomMapping`` object and return a value from 0.0 (indicating a great mapping)
to 1.0 (indicating a terrible mapping).
These take a ``LigandAtomMapping`` object and return a value from 1.0 (indicating a great mapping)
to 0.0 (indicating a terrible mapping).

Again, the scoring functions from Lomap are included in the ``openfe`` package.
The :func:`default_lomap_score` function combines many different criteria together
Expand Down

0 comments on commit c735788

Please sign in to comment.