diff --git a/oximachine_featurizer/featurizer_local_property.py b/oximachine_featurizer/featurizer_local_property.py index 6b9346d..8a6eb4e 100644 --- a/oximachine_featurizer/featurizer_local_property.py +++ b/oximachine_featurizer/featurizer_local_property.py @@ -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, )