Skip to content

Commit

Permalink
Better diagnostic output
Browse files Browse the repository at this point in the history
  • Loading branch information
mernst committed Oct 30, 2023
1 parent c104908 commit 1f54b8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/check_equal_csv.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 1f54b8d

Please sign in to comment.