From b521f027f2abe43d575be3dc17e8e2f1d487a33f Mon Sep 17 00:00:00 2001 From: "s.horacek@student.utwente.nl" Date: Mon, 2 Mar 2026 15:34:47 +0100 Subject: [PATCH] unit fix --- sgdml/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sgdml/cli.py b/sgdml/cli.py index 9e59474..abbad34 100644 --- a/sgdml/cli.py +++ b/sgdml/cli.py @@ -1737,7 +1737,7 @@ def test( 'relative to expected: {:+.1f}%'.format(f_rmse_pct), ) - print(format_str.format(' Magnitude:', mag_mae, mag_rmse, r_unit)) + print(format_str.format(' Magnitude:', mag_mae, mag_rmse, f_unit)) ui.print_two_column_str( format_str.format(' Angle:', cos_mae, cos_rmse, '0-1'), 'lower is better',