Skip to content

Commit

Permalink
Correct wrong return type hint in ASE calculator
Browse files Browse the repository at this point in the history
  • Loading branch information
frostedoyster authored and Luthaf committed Jul 5, 2024
1 parent b7c42f0 commit 03ddc96
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ def calculate(
atoms: ase.Atoms,
properties: List[str],
system_changes: List[str],
) -> Dict[str, np.ndarray]:
) -> None:
"""
Compute some ``properties`` with this calculator, and return them in the format
expected by ASE.
Expand Down

0 comments on commit 03ddc96

Please sign in to comment.