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
Copy file name to clipboardExpand all lines: src/ArrayInterface.jl
+8-2Lines changed: 8 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1059,12 +1059,18 @@ each index along `dim` of `x`.
1059
1059
$INDEX_LABELS_EXTENDED_HELP
1060
1060
"""
1061
1061
functionindex_labels(x::T) where {T}
1062
-
has_index_labels(T) ||(@noinline; throw(ArgumentError("Objects of type $T do not support `index_labels`")))
1063
-
is_forwarding_wrapper(T) ||(@noinline; throw(ArgumentError("`has_index_labels($(T)) == true` but does not have `ArrayInterface.index_labels(::$T)` defined.")))
0 commit comments