Skip to content

Commit

Permalink
pre-commit auto-fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Nov 30, 2024
1 parent d1af82f commit ca05be0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/quacc/recipes/mlp/_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,11 @@ def pick_calculator(
if "default_dtype" not in kwargs:
kwargs["default_dtype"] = "float64"
calc = mace_mp(**kwargs)

elif method.lower() == "sevennet":
from sevenn import __version__
from sevenn.sevennet_calculator import SevenNetCalculator

if "model" not in kwargs:
kwargs["model"] = "7net-0"
if "device" not in kwargs:
Expand Down

0 comments on commit ca05be0

Please sign in to comment.