We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48af038 commit 83e7eeaCopy full SHA for 83e7eea
pymatgen/phonon/gruneisen.py
@@ -19,8 +19,7 @@
19
try:
20
import phonopy
21
from phonopy.phonon.dos import TotalDos
22
-except ImportError as exc:
23
- print(exc)
+except ImportError:
24
phonopy = None
25
26
if TYPE_CHECKING:
pymatgen/phonon/thermal_displacements.py
@@ -22,8 +22,7 @@
27
28
29
__author__ = "J. George"
0 commit comments