Skip to content

Commit

Permalink
Change defaults to "what works" for gufe bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
IAlibay authored Nov 14, 2023
1 parent 4b1f092 commit b71170c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lomap/gufe_bindings/mapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ class LomapAtomMapper(AtomMapper):
shift: bool

def __init__(self, *, time: int = 20, threed: bool = True,
max3d: float = 1000.0, element_change: bool = True,
seed: str = '', shift: bool = True):
max3d: float = 1.0, element_change: bool = True,
seed: str = '', shift: bool = False):
"""Wraps the MCS atom mapper from Lomap.
Kwargs are passed directly to the MCS class from Lomap for each mapping
Expand Down

0 comments on commit b71170c

Please sign in to comment.