Skip to content

Commit

Permalink
Miniscule error in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomDefaultUser committed Jul 26, 2024
1 parent 44fd34a commit f392ee7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mala/network/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ def _calculate_errors(
errors : dict
Dictionary containing the errors.
"""

energy_metrics = [metric for metric in metrics if "energy" in metric]
non_energy_metrics = [
metric for metric in metrics if "energy" not in metric
Expand Down

0 comments on commit f392ee7

Please sign in to comment.