Skip to content

Commit

Permalink
remove non standard type hints
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyes319 committed May 2, 2024
1 parent 5016abf commit 7e48257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mace/cli/fine_tuning_select.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def parse_args() -> argparse.Namespace:


def calculate_descriptors(
atoms: List[ase.Atoms], calc: MACECalculator, cutoffs: None | dict
atoms: List[ase.Atoms], calc: MACECalculator, cutoffs: None
) -> None:
logging.info("Calculating descriptors")
for mol in atoms:
Expand Down

0 comments on commit 7e48257

Please sign in to comment.