Skip to content

Commit

Permalink
fix test_stn (apache#14063)
Browse files Browse the repository at this point in the history
  • Loading branch information
szha authored and lanking520 committed Feb 18, 2019
1 parent 0bbb9b9 commit 99c0ca9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/python/unittest/test_operator.py
Original file line number Diff line number Diff line change
Expand Up @@ -2529,7 +2529,8 @@ def test_flip():

@with_seed()
def test_stn():
np.set_printoptions(threshold=np.nan)
import sys
np.set_printoptions(threshold=sys.maxsize)
num_filter = 2 # conv of loc net
kernel = (3, 3) # conv of loc net
num_hidden = 6 # fc of loc net
Expand Down

0 comments on commit 99c0ca9

Please sign in to comment.