Skip to content

Commit

Permalink
removing an extra line issue Theano#2196
Browse files Browse the repository at this point in the history
  • Loading branch information
Sina Honari committed Dec 17, 2014
1 parent b3a48f4 commit a127689
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion theano/tensor/signal/tests/test_downsample.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ def test_DownsampleFactorMaxStrideExtra(self):
(4, 10, 3, 2), (4, 10, 4, 2), (4, 10, 1, 0), (4, 10, 1, 1), \
(4, 10, 0, 0), (4, 10, 1, 1))
images = tensor.dtensor4()
indx = 0
for indx in numpy.arange(len(maxpoolshps)):
imvsize = imvsizs[indx]
imval = rng.rand(4, 10 , imvsize[0], imvsize[1])
Expand Down

0 comments on commit a127689

Please sign in to comment.