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
# feature must be either [subfeature] or Sequence(subfeature)
1890
+
ifisinstance(feature, list):
1891
+
ifarray.null_count>0:
1892
+
warnings.warn(
1893
+
f"None values are converted to empty lists when embedding array storage with {feature}. More info: https://github.com/huggingface/datasets/issues/3676. This will raise an error in a future major version of `datasets`"
f"None values are converted to empty lists when embedding array storage with {feature}. More info: https://github.com/huggingface/datasets/issues/3676. This will raise an error in a future major version of `datasets`"
# feature must be either [subfeature] or Sequence(subfeature)
1912
+
ifisinstance(feature, list):
1913
+
ifarray.null_count>0:
1914
+
warnings.warn(
1915
+
f"None values are converted to empty lists when embedding array storage with {feature}. More info: https://github.com/huggingface/datasets/issues/3676. This will raise an error in a future major version of `datasets`"
f"None values are converted to empty lists when embedding array storage with {feature}. More info: https://github.com/huggingface/datasets/issues/3676. This will raise an error in a future major version of `datasets`"
0 commit comments