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 9, 2019
1 parent 6c84f1b commit 6574e91
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 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
2 changes: 0 additions & 2 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

0 comments on commit 6574e91

Please sign in to comment.