EOxServer / eoxserver

EOxServer is a Python application and framework for presenting Earth Observation (EO) data and metadata.
https://eoxserver.org
Other
40 stars 18 forks source link

Add missing np. #571

Closed gr4n0t4 closed 4 months ago

gr4n0t4 commented 6 months ago

It looks like it is using the python method sum when it supposed to use the numpy one. When getting a "no_data_list" empty it was getting AttributeError: 'int' object has no attribute 'item'

baloola commented 6 months ago

Thank you for detecting this bug, I have no objection to merge @constantinius ?