Image Statistics AttributeError: 'int' object has no attribute 'isChecked'

Issue #141 resolved
Benjamin Jakimow created an issue
Traceback (most recent call last):
  File "C:\Users\geo_beja\Repositories\QGIS_Plugins\enmap-box\enmapbox\coreapps\enmapboxapplications\imagestatistics\core.py", line 235, in data
    if self.statistics[index.row()][index.column()].isChecked():
AttributeError: 'int' object has no attribute 'isChecked'

Calculation of image statistics fails, e.g. with EnMAP_BerlinUrbanGradient.bsq

Error occurs in enmapbox/coreapps/enmapboxapplications/imagestatistics/core.py Line 235

Comments (2)

  1. Log in to comment