Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ladinesa committed Aug 15, 2024
1 parent d53537b commit 11746a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions soapnormalizer/normalizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ def normalize_system(self, archive: EntryArchive, system, is_representative):
soap.r_cut = np.float64(params['soap cutoff'])
soap.atom_sigma = np.float64(params['atom_sigma'])

system.descriptors.soap = soap
if not descriptors:
# self.logger.warning('SOAP normalizer runs, but quippy is not installed.')
return False
Expand Down

0 comments on commit 11746a3

Please sign in to comment.