Skip to content

Commit

Permalink
Fixed test calls.
Browse files Browse the repository at this point in the history
  • Loading branch information
lauri-codes committed May 3, 2024
1 parent 06800da commit 886460f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_soapnormalizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@

def test_soap():
archive = EntryArchive.m_from_dict(json.load(open('tests/data/vasp.archive.json')))
SoapNormalizer(archive, only_representatives=True).normalize()
SoapNormalizer(only_representatives=True).normalize(archive)

assert archive.run[-1].system[-1].descriptors.soap is not None

0 comments on commit 886460f

Please sign in to comment.