You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
julia> sin.((1,2))
ERROR: MethodError: no method matching getindex(::Tuple{Int64,Int64}, ::CartesianIndex{2})
in collect(::Base.Generator{UnitRange{Int64},Base.Broadcast.##1#2{Tuple{Tuple{Int64,Int64}}}}) at ./array.jl:268
in broadcast_t(::Function, ::Type{Any}, ::Tuple{Int64,Int64}, ::Vararg{Tuple{Int64,Int64},N}) at ./broadcast.jl:222
in broadcast(::Function, ::Tuple{Int64,Int64}) at ./broadcast.jl:230
in eval(::Module, ::Any) at ./boot.jl:234
in macro expansion at ./REPL.jl:92 [inlined]
in (::Base.REPL.##3#4{Base.REPL.REPLBackend})() at ./event.jl:46
The text was updated successfully, but these errors were encountered:
Should this work:
The text was updated successfully, but these errors were encountered: