Skip to content

Commit 05f43b8

Browse files
Apply suggestions from code review
Co-authored-by: vlad-perevezentsev <vladislav.perevezentsev@intel.com>
1 parent a109cb0 commit 05f43b8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

dpnp/tests/third_party/cupy/math_tests/test_explog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77

88
class TestExplog:
9-
# rtol=1e-3 is used to pass the test when dtype is int8/unint8
9+
# rtol=1e-3 is used to pass the test when dtype is int8/uint8
1010
# for such a case, output dtype is float16
1111
_rtol_dict = {numpy.float16: 1e-3, "default": 1e-7}
1212

dpnp/tests/third_party/cupy/math_tests/test_hyperbolic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88

99
class TestHyperbolic(unittest.TestCase):
10-
# rtol=1e-2 is used to pass the test when dtype is int8/unint8
10+
# rtol=1e-2 is used to pass the test when dtype is int8/uint8
1111
# for such a case, output dtype is float16
1212
_rtol_dict = {numpy.float16: 1e-2, "default": 1e-7}
1313

0 commit comments

Comments
 (0)