Skip to content

Commit

Permalink
Modified doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomDefaultUser committed Oct 18, 2024
1 parent 28ed972 commit 2fa204d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mala/interfaces/ase_calculator.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,10 @@ def __init__(
@classmethod
def load_model(cls, run_name, path="./"):
"""
Load a model to use for the calculator.
DEPRECATED: Load a model to use for the calculator.
Only supports zipped models with .json parameters. No legacy
models supported.
MALA.load_model() will be deprecated in MALA v1.4.0. Please use
MALA.load_run() instead.
Parameters
----------
Expand Down

0 comments on commit 2fa204d

Please sign in to comment.