We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a109cb0 commit 05f43b8Copy full SHA for 05f43b8
2 files changed
dpnp/tests/third_party/cupy/math_tests/test_explog.py
@@ -6,7 +6,7 @@
6
7
8
class TestExplog:
9
- # rtol=1e-3 is used to pass the test when dtype is int8/unint8
+ # rtol=1e-3 is used to pass the test when dtype is int8/uint8
10
# for such a case, output dtype is float16
11
_rtol_dict = {numpy.float16: 1e-3, "default": 1e-7}
12
dpnp/tests/third_party/cupy/math_tests/test_hyperbolic.py
@@ -7,7 +7,7 @@
class TestHyperbolic(unittest.TestCase):
- # rtol=1e-2 is used to pass the test when dtype is int8/unint8
+ # rtol=1e-2 is used to pass the test when dtype is int8/uint8
_rtol_dict = {numpy.float16: 1e-2, "default": 1e-7}
13
0 commit comments