Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mernst committed Sep 6, 2024
1 parent d08c6b8 commit 36f0cf7
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(f"Columns that are not equal: {different_columns}")
print(f"{goal_folder/goal_file} and {actual_file} are not equal")
raise ValueError("goal_df and actual_df have different columns or values")

for col in goal_df.columns:
if "intellimerge" in col:
continue
Expand Down

0 comments on commit 36f0cf7

Please sign in to comment.