Skip to content

Commit

Permalink
add setitem test to gpu
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-haibin-lin committed Aug 9, 2017
1 parent 8aef7a5 commit 3b969ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/python/gpu/test_operator_gpu.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
from test_gluon_rnn import *
from test_sparse_operator import test_cast_storage_ex, test_sparse_dot
from test_sparse_operator import test_sparse_nd_zeros, test_sparse_retain
from test_sparse_ndarray import test_create_csr, test_create_row_sparse
from test_sparse_ndarray import test_create_csr, test_create_row_sparse, test_sparse_nd_setitem

set_default_context(mx.gpu(0))
del test_support_vector_machine_l1_svm
Expand Down

0 comments on commit 3b969ac

Please sign in to comment.