Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/lomap/gufe_bindings/mapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def __init__(self, *, time: int = 20, threed: bool = True,
equivalent mappings and prune the mapping, default True
max3d : float, optional
maximum discrepancy in Angstroms between atoms before mapping is not
allowed, default 1000.0, which effectively trims no atoms
allowed, default 1.0
element_change: bool, optional
whether to allow element changes in the mappings, default True
seed: str, optional
Expand Down
Loading