Skip to content

Commit bcbd5ed

Browse files
committed
add ws
1 parent 077720b commit bcbd5ed

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

util/dataframe_ops.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,6 @@ def check_stats_file_with_tolerances(
308308
# take maximum over height
309309
diff_df = diff_df.groupby(["file_ID", "variable"]).max()
310310

311-
312311
out, err, tol = check_variable(diff_df, df_tol)
313312

314313
return out, err, tol

0 commit comments

Comments
 (0)