Skip to content

Commit 7a722e5

Browse files
fix style in other people's changes (#363)
1 parent 5434bb5 commit 7a722e5

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

tests/third_party/cupy/random_tests/test_distributions.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,6 @@ def test_lognormal(self, mean_dtype, sigma_dtype, dtype):
302302
@testing.gpu
303303
class TestDistributionsLogseries(RandomDistributionsTestCase):
304304

305-
306305
@helper.for_float_dtypes('p_dtype', no_float16=True)
307306
def test_logseries(self, p_dtype):
308307
p = numpy.full(self.p_shape, 0.5, dtype=p_dtype)

utils/dpnp_build_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ def _find_mathlib_in_mathlib_root(verbose=False):
216216
"""
217217
rel_header_paths = ["mkl.h"]
218218
rel_lib_paths = ["libmkl_sycl.so"]
219-
rel_include_path = os.path.join("latest", "include")
219+
rel_include_path = os.path.join("latest", "include")
220220
rel_libdir_path = os.path.join("latest", "lib", "intel64")
221221

222222
return find_library("MKLROOT", rel_header_paths, rel_lib_paths, rel_include_path=rel_include_path,

0 commit comments

Comments
 (0)