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

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
Change-Id: I96c529abe7adb6def90a22f03b3432263ef12fda
  • Loading branch information
ZhennanQin committed Aug 27, 2019
1 parent bc4d3b5 commit 5ea26ed
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 @@ -291,7 +291,7 @@ def test_RNN_float64():
args_grad = explicit_grad
grad_req = 'write'

ex = sym.bind(mx.cpu(),
ex = sym.bind(default_context(),
{
'in': mx.nd.ones([2, 1, 2], dtype=dtype),
'par': mx.nd.ones([12], dtype=dtype),
Expand Down

0 comments on commit 5ea26ed

Please sign in to comment.