Skip to content

Commit 6c94eb4

Browse files
committed
chore: format
1 parent 34f0a46 commit 6c94eb4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

lambench/models/ase_models.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,11 @@ def calc(self, value: Calculator):
113113
def _init_mace_calculator(self) -> Calculator:
114114
from mace.calculators import mace_mp
115115

116-
model_config = {"model": self.model_path, "device": "cuda", "default_dtype": "float64"}
116+
model_config = {
117+
"model": self.model_path,
118+
"device": "cuda",
119+
"default_dtype": "float64",
120+
}
117121
if self.model_domain == "molecules":
118122
head = "omol"
119123
else:

0 commit comments

Comments
 (0)