Skip to content

Commit

Permalink
Final trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
jezsadler committed Nov 3, 2023
1 parent 6b82771 commit 0719017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/neuralnet/test_nn_formulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -715,7 +715,7 @@ def test_maxpool2d_bad_input_activation():
# test normal ConvLayer -> MaxPoolLayer structure, with monotonic increasing
# activation part of ConvLayer
maxpool_layer_1 = PoolingLayer2D(
conv_layer_2.output_size,
conv_layer_2.output_size,
[1, 1, 2],
[2, 2],
"max",
Expand Down

0 comments on commit 0719017

Please sign in to comment.