Skip to content

Commit 4e64f97

Browse files
committed
Update comment
1 parent 6bcea6b commit 4e64f97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/single_table/privacy/test_dcr_overfitting_protection.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ def test_compute_breakdown_subsampling(self):
112112
train_data, synthetic_data, holdout_data, metadata
113113
)
114114

115-
# Assert that subsampling provides different values.
115+
# Assert that subsampling provides different values if smaller than data length.
116116
assert compute_subsample != compute_full_1
117117
assert compute_full_1 == compute_full_2
118118
assert compute_large_subsample == compute_full_1

0 commit comments

Comments
 (0)