Skip to content

Commit

Permalink
chore: increasing search cutoff
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin M. Jablonka committed Dec 17, 2020
1 parent bf2ab57 commit c9a74c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oximachine_featurizer/crystalnn.py
Expand Up @@ -32,7 +32,7 @@ def __init__(
distance_cutoffs=(0.5, 1),
x_diff_weight=3.0,
porous_adjustment=True,
search_cutoff=10,
search_cutoff=13,
fingerprint_length=None,
):
"""
Expand Down

0 comments on commit c9a74c8

Please sign in to comment.