Skip to content

Commit 00e05dd

Browse files
committed
Remove user warning
1 parent 3a27747 commit 00e05dd

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

xarray/conventions.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -257,11 +257,6 @@ def decode_cf_variable(
257257
):
258258
# this path applies to bare BackendArray objects.
259259
# It is not hit for any internal Xarray backend
260-
emit_user_level_warning(
261-
"The backend you are using has not explicitly supported lazy indexing with Xarray. "
262-
"Please ask the backend developers to support lazy loading by wrapping with LazilyIndexedArray. "
263-
"See https://docs.xarray.dev/en/stable/internals/how-to-add-new-backend.html#how-to-support-lazy-loading for more."
264-
)
265260
data = indexing.LazilyIndexedArray(data)
266261

267262
return Variable(dimensions, data, attributes, encoding=encoding, fastpath=True)

0 commit comments

Comments
 (0)