We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 729caf7 commit e5c48d9Copy full SHA for e5c48d9
test/transform/lineartransform.jl
@@ -36,7 +36,7 @@
36
P2 = randn(rng, Dout, Din)
37
KernelFunctions.set!(t, P2)
38
@test t.A == P2
39
- @test_throws AssertionError KernelFunctions.set!(t, rand(rng, Din + 1, Dout))
+ @test_throws ErrorException KernelFunctions.set!(t, rand(rng, Din + 1, Dout))
40
41
@test_throws DimensionMismatch map(t, ColVecs(randn(rng, Din + 1, Dout)))
42
0 commit comments