Skip to content

Commit

Permalink
move import
Browse files Browse the repository at this point in the history
  • Loading branch information
harveydevereux committed Nov 4, 2024
1 parent 4c1cac7 commit 3a97ce6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_correlator.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@

from janus_core.calculations.md import NVE
from janus_core.calculations.single_point import SinglePoint
from janus_core.processing import post_process
from janus_core.processing.correlator import Correlator
from janus_core.processing.observables import Stress, Velocity
from janus_core.processing import post_process

DATA_PATH = Path(__file__).parent / "data"
MODEL_PATH = Path(__file__).parent / "models" / "mace_mp_small.model"
Expand Down

0 comments on commit 3a97ce6

Please sign in to comment.