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 c9a74c8 commit 24acd72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oximachine_featurizer/featurizer_local_property.py
Expand Up @@ -89,7 +89,7 @@ def featurize(self, strc, idx):

# Get the tessellation of a site
nn = get_nearest_neighbors(
VoronoiNN(weight=self.weight, cutoff=10, compute_adj_neighbors=False),
VoronoiNN(weight=self.weight, cutoff=13, compute_adj_neighbors=False),
strc,
idx,
)
Expand Down

0 comments on commit 24acd72

Please sign in to comment.