Skip to content

Commit

Permalink
fix: more typos
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanPedroGHM committed Nov 28, 2024
1 parent 7ca9ac6 commit 444d835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion perun/io/text_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def textReport(dataNode: DataNode, mr_id: str) -> str:
money = dataNode.metrics[MetricType.MONEY].sum # type: ignore
money_icon = mr_node.metadata["post-processing.price_unit"]

app_summary_str = f"Application Summary\n\nThe application has been run {n_runs} times. TIn total, it has used {e_kWh:.3f} kWh, released a total of {kgCO2:.3f} kgCO2e into the atmosphere, and you paid {money:.2f} {money_icon} in electricity for it."
app_summary_str = f"Application Summary\n\nThe application has been run {n_runs} times. In total, it has used {e_kWh:.3f} kWh, released a total of {kgCO2:.3f} kgCO2e into the atmosphere, and you paid {money:.2f} {money_icon} in electricity for it."

Check warning on line 139 in perun/io/text_report.py

View check run for this annotation

Codecov / codecov/patch

perun/io/text_report.py#L139

Added line #L139 was not covered by tests
else:
app_summary_str = f"The application has been run {n_runs} times."

Expand Down

0 comments on commit 444d835

Please sign in to comment.