Skip to content

Commit 802382c

Browse files
author
Mathew Donald Rogers
committed
Trying to figure out how to trigger assert_raises error.
1 parent 7aa10be commit 802382c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pylearn2/models/tests/test_convelemwise_cost.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ def check_unimplemented_case(ConvNonlinearity):
110110
assert np.testing.assert_raises(NotImplementedError, conv_model.cost(Y, Y_hat))
111111

112112

113+
113114
def test_all_costs():
114115

115116
ImplementedCases = [[SigmoidConvNonlinearity(), Sigmoid], \

0 commit comments

Comments
 (0)