Skip to content

Commit 0fb1576

Browse files
wsmosesavik-pal
authored andcommitted
Update TracedRArray.jl
1 parent 39c4813 commit 0fb1576

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
@@ -1296,7 +1296,7 @@ function scan_impl!(
12961296
if contains(string(first(Reactant.devices())), "TPU")
12971297
initT = __default_init(T, op)
12981298
if initT != init
1299-
throw(AssertionError("Currently, `init` is not supported on TPUs."))
1299+
throw(AssertionError("Currently, `init` is not supported on TPUs, provided value $init does not match identity $initT."))
13001300
end
13011301
end
13021302
end

0 commit comments

Comments
 (0)