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

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

0 comments on commit 47b27f9

Please sign in to comment.