Skip to content

Commit

Permalink
Lint fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
knc6 committed Mar 31, 2024
1 parent a8acd70 commit c83d725
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions jarvis/tasks/lammps/lammps.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,14 +143,14 @@ def phonons(
):
"""Make Phonon calculation setup."""
try:
from phonopy import Phonopy
from phonopy.file_IO import (
# parse_FORCE_CONSTANTS,
write_FORCE_CONSTANTS,
)
from phonopy import Phonopy
from phonopy.file_IO import (
# parse_FORCE_CONSTANTS,
write_FORCE_CONSTANTS,
)
except Exception as exp:
print('Phonopy check',exp)
pass
print("Phonopy check", exp)
pass

bulk = atoms.phonopy_converter()

Expand Down

0 comments on commit c83d725

Please sign in to comment.