Skip to content

Commit

Permalink
chore: silencing the featurizer
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin M. Jablonka committed Dec 17, 2020
1 parent 8f7944e commit fdaf0e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oximachine_featurizer/featurize.py
Expand Up @@ -537,7 +537,7 @@ def _run_featurization(self):
)
self._get_metal_sites()
try:
self.logger.info(
self.logger.debug(
"iterating over {} metal sites".format(len(self.metal_sites))
)
for idx, metal_site in enumerate(self.metal_sites):
Expand Down

0 comments on commit fdaf0e6

Please sign in to comment.