Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ladinesa committed Aug 16, 2024
1 parent 3871ece commit decd6bc
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@
import ase.build
import re

# Load schemas first
import runschema
runschema.run_schema_entry_point.load()
import simulationworkflowschema
simulationworkflowschema.simulationworkflow_schema_entry_point.load()

from nomad.units import ureg
from nomad.normalizing import normalizers
from nomad.utils import get_logger
Expand Down Expand Up @@ -73,12 +79,8 @@
DFT,
GW,
)
import runschema
runschema.run_schema_entry_point.load()
from runschema.system import AtomsGroup, System, Atoms
from nomad.datamodel.metainfo.workflow import Link, TaskReference
import simulationworkflowschema
simulationworkflowschema.simulationworkflow_schema_entry_point.load()
from simulationworkflowschema.molecular_dynamics import (
DiffusionConstantValues,
MeanSquaredDisplacement,
Expand Down

0 comments on commit decd6bc

Please sign in to comment.