Skip to content

Commit d96394c

Browse files
wsmosesavik-pal
authored andcommitted
Update TracedRArray.jl
1 parent b07e2f5 commit d96394c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TracedRArray.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1295,7 +1295,7 @@ function scan_impl!(
12951295
if contains(string(first(Reactant.devices())), "TPU")
12961296
initT = __default_init(T, op)
12971297
if initT != init
1298-
throw(AssertionError("Currently, `init` is not supported on TPUs."))
1298+
throw(AssertionError("Currently, `init` is not supported on TPUs, provided value $init does not match identity $initT."))
12991299
end
13001300
end
13011301
end

0 commit comments

Comments
 (0)