Skip to content

Commit 43344d3

Browse files
committed
solve tests failing
1 parent d053bcf commit 43344d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util/dataframe_ops.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ def check_multiple_solutions_from_dict(dict_ref, dict_cur, rules):
471471
cur_df_xr = cur_df[cols_other].to_xarray()
472472

473473
t, e = compare_var_and_attr_ds(
474-
ref_df_xr, cur_df_xr, nl=5, output=False, location=None
474+
ref_df_xr, cur_df_xr, nl=5, output=False, location=None, tol=0
475475
)
476476
if t != e:
477477
return errors == 1

0 commit comments

Comments
 (0)