fix test
This commit is contained in:
parent
d21c313ea7
commit
261c6db371
@ -7,6 +7,6 @@ m = Dense(10, 5)
|
|||||||
f = compile(m, rand(10))
|
f = compile(m, rand(10))
|
||||||
x = rand(10)
|
x = rand(10)
|
||||||
|
|
||||||
@test m(x) == f(x)
|
@test Tracker.data(m(x)) == f(x)
|
||||||
|
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user