Skip to content

Commit

Permalink
Fix imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
rousseab committed Oct 22, 2024
1 parent 9dbf6a0 commit 56bb596
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions data/crop_lammps_outputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@

import yaml

from crystal_diffusion.data.utils import crop_lammps_yaml
from crystal_diffusion.utils.logging_utils import setup_analysis_logger
from diffusion_for_multi_scale_molecular_dynamics.data.utils import \
crop_lammps_yaml
from diffusion_for_multi_scale_molecular_dynamics.utils.logging_utils import \
setup_analysis_logger

logger = logging.getLogger(__name__)

Expand Down

0 comments on commit 56bb596

Please sign in to comment.