Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
robbibt authored Aug 2, 2024
1 parent d28ce32 commit b6ea2af
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions coastlines/validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -2699,10 +2699,10 @@ def validation_cli(
f"Compared to the previous run, it had an:"
)
items = [
f"RMSE accuracy of **{stats_df.rmse[-1]:.2f} m ({recent_diff.rmse})**",
f"MAE accuracy of **{stats_df.mae[-1]:.2f} m ({recent_diff.mae})**",
f"Bias of **{stats_df['bias'][-1]:.2f} m ({recent_diff['bias']})**",
f"Pearson correlation of **{stats_df['corr'][-1]:.3f} ({recent_diff['corr']})**",
f"RMSE accuracy of **{stats_df.rmse[-1]:.2f} m ( {recent_diff.rmse})**",
f"MAE accuracy of **{stats_df.mae[-1]:.2f} m ( {recent_diff.mae})**",
f"Bias of **{stats_df['bias'][-1]:.2f} m ( {recent_diff['bias']})**",
f"Pearson correlation of **{stats_df['corr'][-1]:.3f} ( {recent_diff['corr']})**",
]
mdFile.new_list(items=items)
mdFile.new_paragraph(Html.image(path=f"stats_tests.png", size="950"))
Expand Down

0 comments on commit b6ea2af

Please # to comment.