From 1f54b8defea7a4fb704e927b774c00f486de6346 Mon Sep 17 00:00:00 2001 From: Michael Ernst Date: Mon, 30 Oct 2023 12:28:11 -0700 Subject: [PATCH] Better diagnostic output --- test/check_equal_csv.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/check_equal_csv.py b/test/check_equal_csv.py index 167ca28941..0fe1c05493 100755 --- a/test/check_equal_csv.py +++ b/test/check_equal_csv.py @@ -63,7 +63,7 @@ def remove_run_time(df): print(actual_df[col]) different_columns.append(col) print( - f"{goal_file} and {actual_file} are not equal in columns: {different_columns}" + f"{goal_folder / goal_file} and {actual_file} are not equal in columns: {different_columns}" ) # Print the differences print(