Skip to content

Commit

Permalink
Merge dd7c55a into 04e86bf
Browse files Browse the repository at this point in the history
  • Loading branch information
kmaehashi committed Apr 4, 2018
2 parents 04e86bf + dd7c55a commit 974b66f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/cupy_tests/linalg_tests/test_einsum.py
Expand Up @@ -244,8 +244,7 @@ def test_scalar_2(self, xp, dtype):


def _target_dtype(dtype):
if (dtype == numpy.complex64 or dtype == numpy.complex128 or
dtype == numpy.complex256):
if (dtype == numpy.complex64 or dtype == numpy.complex128):
return numpy.complex64
else:
return numpy.float32
Expand Down

0 comments on commit 974b66f

Please sign in to comment.