Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ElliottKasoar authored Apr 4, 2024
1 parent 82a0311 commit 08f0858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion janus_core/mlip_calculators.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def choose_calculator(
from mace.calculators import MACECalculator

# `model_paths` is keyword for path to model, so take from kwargs if specified
# Otherwise, take `model` if specified, then default to `None`, which will
# Otherwise, take `model` if specified, then default to `""`, which will
# raise a ValueError
kwargs.setdefault("model_paths", kwargs.pop("model", ""))
kwargs.setdefault("default_dtype", "float64")
Expand Down

0 comments on commit 08f0858

Please sign in to comment.