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

Commit

Permalink
Update test_symbol.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tqchen committed Sep 24, 2015
1 parent 64ce34c commit 6635f90
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/python/unittest/test_symbol.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ def test_symbol_saveload():
sym = models.mlp2()
fname = 'tmp_sym.json'
sym.save(fname)
print sym.tojson()
data2 = mx.symbol.load(fname)
# save because of order
assert sym.tojson() == data2.tojson()
Expand Down

0 comments on commit 6635f90

Please sign in to comment.