Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
removing status
Browse files Browse the repository at this point in the history
  • Loading branch information
Roshrini committed Aug 6, 2018
1 parent 9331116 commit a79e7f8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/python/gpu/test_operator_gpu.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,6 @@ def check_ifft(shape):
a = np.fft.fft(out_grad.asnumpy(), n=None, axis=-1, norm=None)
assert_almost_equal(a.real, temp, rtol=1e-3, atol=1e-5)

# @roshrini - removing fixed seed for this test. raised tolerance level.
# Issue to track: https://github.com/apache/incubator-mxnet/issues/11731
@with_seed()
def test_ifft():
nrepeat = 2
Expand Down Expand Up @@ -252,8 +250,6 @@ def check_fft(shape):
a = np.fft.ifft(out_grad_complex, n=None, axis=-1, norm=None)
assert_almost_equal(a.real, exe.grad_arrays[0].asnumpy()/shape[3],rtol=1e-3, atol=1e-5)

# @roshrini - removing fixed seed for this test. raised tolerance level.
# Issue to track: https://github.com/apache/incubator-mxnet/issues/11730
@with_seed()
def test_fft():
nrepeat = 2
Expand Down

0 comments on commit a79e7f8

Please sign in to comment.