Skip to content

Commit 077720b

Browse files
committed
add ws
1 parent a02046a commit 077720b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

util/dataframe_ops.py

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

311+
311312
out, err, tol = check_variable(diff_df, df_tol)
312313

313314
return out, err, tol

0 commit comments

Comments
 (0)