Skip to content

Commit

Permalink
Merge pull request #8482 from toslunar/revert-8434
Browse files Browse the repository at this point in the history
Revert #8434
  • Loading branch information
asi1024 committed Nov 29, 2019
2 parents c6614ad + f93eb57 commit b839926
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/chainer_tests/functions_tests/math_tests/test_det.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import unittest

import numpy
import pytest
import six

import chainer
Expand Down Expand Up @@ -219,10 +218,6 @@ def check_zero_det(self, x, gy, err):
def test_zero_det_cpu(self):
self.check_zero_det(self.x, self.gy, ValueError)

# TODO(hvy): Do not skip but instead configure the errstate to raise linalg
# errors after the following PR in CuPy is merged.
# https://github.com/cupy/cupy/pull/2437.
@pytest.mark.skip
@attr.gpu
def test_zero_det_gpu(self):
with chainer.using_config('debug', True):
Expand Down

0 comments on commit b839926

Please sign in to comment.