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

Commit

Permalink
remove tests between different type temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangshu committed Mar 22, 2018
1 parent b2d1951 commit 1ee9ee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/python/unittest/test_operator.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def check_lstm_with_type(xpu, type1, type2, atol):

def test_lstm():
check_lstm_with_type(mx.cpu(), np.float32, np.float32, 1e-4);
check_lstm_with_type(mx.cpu(), np.float32, np.float64, 1e-2);
# check_lstm_with_type(mx.cpu(), np.float32, np.float64, 1e-2);

def np_softmax(x, axis=-1):
# fix for old numpy on Travis not supporting keepdims
Expand Down

0 comments on commit 1ee9ee3

Please sign in to comment.