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
/env/lib/python3.6/site-packages/eodatasets3/images.py:724: FutureWarning: elementwise comparison failed; returning scalar instead, but in the future will perform elementwise comparison
The code triggering it is out_data[index][data == value] = rgb[index], which needs to be fixed.
The text was updated successfully, but these errors were encountered:
The code triggering it is
out_data[index][data == value] = rgb[index]
, which needs to be fixed.The text was updated successfully, but these errors were encountered: