Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyes319 committed Nov 4, 2024
1 parent 32d2f97 commit 29c99ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mace/cli/run_train.py
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ def run(args: argparse.Namespace) -> None:
z_table_foundation.z_to_index(z)
].item()
for z in z_table.zs
}
}
else:
atomic_energies_dict[head_config.head_name] = get_atomic_energies(head_config.E0s, None, head_config.z_table)
else:
Expand Down

0 comments on commit 29c99ae

Please sign in to comment.