Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ladinesa committed Aug 20, 2024
1 parent bfcc496 commit c605acd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_soapnormalizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
#
import json

from nomad.datamodel import EntryArchive
import runschema # pylint: disable=unused-import
from nomad.normalizing import normalizers


def test_soap():
from nomad.datamodel import EntryArchive

archive = EntryArchive.m_from_dict(json.load(open('tests/data/vasp.archive.json')))
for normalizer in normalizers:
normalizer(archive).normalize()
Expand Down

0 comments on commit c605acd

Please sign in to comment.