Skip to content

Commit 6f4a4fc

Browse files
Add an empty line after the description
1 parent 8b300c2 commit 6f4a4fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/helper.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ def assert_dtype_allclose(dpnp_arr, numpy_arr, check_type=True):
2323
supports 64-bit precision floating point operations or if the numpy array's inexact
2424
dtype is not a double precision type.
2525
Otherwise, asserts equal type kinds.
26+
2627
"""
2728

2829
list_64bit_types = [numpy.float64, numpy.complex128]

0 commit comments

Comments
 (0)