diff --git a/tests/test_soapnormalizer.py b/tests/test_soapnormalizer.py index 23c04ff..118af35 100644 --- a/tests/test_soapnormalizer.py +++ b/tests/test_soapnormalizer.py @@ -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