Skip to content

Commit 7b67124

Browse files
authored
Update convnet_tests.jl
1 parent 61abd23 commit 7b67124

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/convnet_tests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ end
297297
end
298298

299299
@testitem "MNASNet" setup=[TestModels, TestMobileNets] begin
300-
@testset for width in WIDTH_MULTS
300+
@testset for width_mult in WIDTH_MULTS
301301
@testset for config in [:A1, :B1]
302302
m = MNASNet(config; width_mult)
303303
@test size(m(x_224)) == (1000, 1)

0 commit comments

Comments
 (0)