Skip to content

Commit

Permalink
Add a test case to test_round_to_significant_digit
Browse files Browse the repository at this point in the history
  • Loading branch information
javadebadi committed Sep 7, 2024
1 parent b640f80 commit 536255d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/utils/test_numbers.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
(0.49, 0.5),
(0.41, 0.4),
(0.99, 1),
(0, 0),
],
)
def test_round_to_significant_digit(
Expand Down

0 comments on commit 536255d

Please sign in to comment.