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

Commit

Permalink
Remove url
Browse files Browse the repository at this point in the history
  • Loading branch information
anirudh2290 committed Apr 16, 2019
1 parent df5bc67 commit 798a5e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion src/c_api/c_api_error.cc
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
#include <nnvm/c_api.h>
#include "./c_api_common.h"


const char *MXGetLastError() {
return NNGetLastError();
}
Expand Down
6 changes: 2 additions & 4 deletions tests/python/unittest/test_exc_handling.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@
from mxnet.test_utils import assert_exception, default_context, set_default_context
from nose.tools import assert_raises

url = "/~https://github.com/dmlc/web-data/blob/master/mxnet/doc/tutorials/python/predict_image/cat.jpg?raw=true"

@with_seed()
def test_exc_imperative():
def imperative(exec_numpy=True):
Expand Down Expand Up @@ -168,8 +166,8 @@ def test_multiple_waitalls():
mx.nd.waitall()

@with_seed()
def run_training_iteration(data):
output = net(data)
def run_training_iteration(data):
output = net(data)

net = gluon.nn.HybridSequential()
with net.name_scope():
Expand Down

0 comments on commit 798a5e0

Please sign in to comment.