Skip to content

Commit

Permalink
fix: changing tolerance to old default
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin M. Jablonka committed Dec 20, 2020
1 parent d0e6c27 commit e263dbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oximachine_featurizer/featurizer_local_property.py
Expand Up @@ -91,7 +91,7 @@ def featurize(self, strc: Structure, idx: int):
# Get the tessellation of a site
nn = VoronoiNN(
weight=self.weight,
tol=0.5,
tol=0.0,
cutoff=self.cutoff,
compute_adj_neighbors=False,
).get_nn_info(strc, idx)
Expand Down

0 comments on commit e263dbc

Please sign in to comment.