Skip to content

Commit

Permalink
Remove test with runtime warning (#455)
Browse files Browse the repository at this point in the history
  • Loading branch information
RamSaw authored Jun 29, 2023
1 parent 3bb6e30 commit 0ca271a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/private_contribution_bounds_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,9 +199,6 @@ def test_score_gaussian_noise_invalid_values_throws_exception(self):
l0_scoring_function = private_contribution_bounds.L0ScoringFunction(
params, number_of_partitions, l0_histogram)

with self.assertRaises(RuntimeError):
l0_scoring_function.score(-1)

with self.assertRaises(RuntimeError):
l0_scoring_function.score(0)

Expand Down

0 comments on commit 0ca271a

Please sign in to comment.