Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorfturner committed May 16, 2024
1 parent 7434cd0 commit 365221f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -725,7 +725,7 @@ def test_categorical_diff(self):
"chi2-test": {
"chi2-statistic": 82 / 35,
"deg_of_free": 2,
"p-value": 0.3099238764710244,
"p-value": 0.3099238764710245,
},
"psi": 0.0990210257942779,
},
Expand Down
2 changes: 1 addition & 1 deletion dataprofiler/tests/profilers/test_profile_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -2154,7 +2154,7 @@ def test_diff_categorical_chi2_test(self, *mocks):
expected_chi2_test_dict = {
"chi2-statistic": 2.342857142857143,
"deg_of_free": 2,
"p-value": 0.3099238764710244,
"p-value": 0.3099238764710245,
}
self.assertDictEqual(
expected_chi2_test_dict, diff["data_stats"][0]["statistics"]["chi2-test"]
Expand Down

0 comments on commit 365221f

Please sign in to comment.