Skip to content

Commit

Permalink
more tolerance update
Browse files Browse the repository at this point in the history
  • Loading branch information
tzemicheal committed May 17, 2024
1 parent f3896d4 commit c81a218
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ def test_process_message(self,
cols = results.inductive_embedding_column_names + ['index']
assert sorted(cols) == sorted(expected_df.columns)
ind_emb_df = results.get_meta(cols)
dataset_pandas.assert_compare_df(ind_emb_df.to_pandas(), expected_df, abs_tol=0.1, rel_tol=0.1)
dataset_pandas.assert_compare_df(ind_emb_df.to_pandas(), expected_df, abs_tol=1, rel_tol=1)

0 comments on commit c81a218

Please sign in to comment.