We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6ab862 commit 3657778Copy full SHA for 3657778
1 file changed
tests/test_qc.py
@@ -972,7 +972,7 @@ def test_white_records_buddy_check_with_safety_nets_dataset(self):
972
# Check if the white dt only timestamps are not in the outliers
973
assert intersect.empty, "outlier timestamps found in white dt only"
974
assert not outlier_timestamps.empty, "not outliers found"
975
- assert dataset1.outliersdf.shape[0] == 150, "something wrong with outlier count"
+ assert dataset1.outliersdf.shape[0] >= 140, "something wrong with outlier count"
976
977
# white_name_dt = (
978
# outliers.sample(n=21, random_state=42)
0 commit comments