Skip to content

Commit

Permalink
Fix imports in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JosePizarro3 committed Mar 5, 2024
1 parent 1b128d4 commit 9027215
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/test_atoms_state.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

from nomad.units import ureg

from simulationdataschema.atoms_state import (
from nomad_simulations.atoms_state import (
OrbitalsState,
CoreHole,
HubbardInteractions,
Expand Down
2 changes: 1 addition & 1 deletion tests/test_model_system.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

import pytest

from simulationdataschema.model_system import AtomicCell
from nomad_simulations.model_system import AtomicCell


class TestAtomicCell:
Expand Down

0 comments on commit 9027215

Please sign in to comment.