Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
ceriottm committed Nov 12, 2024
1 parent 88bab89 commit 28d2d16
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ipi/pes/xtb.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
import json

from ipi.utils.units import unit_to_internal, unit_to_user
from ipi.utils.messages import verbosity, warning
from .dummy import Dummy_driver

tb = None
Expand All @@ -20,7 +21,7 @@ class TBLiteDriver(Dummy_driver):
"""

def __init__(self, json_input, *args, **kwargs):
warnings(
warning(
"THIS PES HAS NOT BEEN TESTED FOLLOWING CONVERSION TO THE NEW PES API.",
verbosity.low,
)
Expand Down

0 comments on commit 28d2d16

Please sign in to comment.