Ariel505 / aChor

Task oriented data classification for choropleth maps
2 stars 3 forks source link

Error report in GUI #15

Open Ariel505 opened 4 years ago

Ariel505 commented 4 years ago
  1. Initiated:

File "C:/Users/Ruiwen/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\aChor\aChor.py", line 434, in suggest_sweep if suggestion: NameError: name 'suggestion' is not defined

  1. Reloaded:

INFO:root:class number:10 interval:17 field:born_tot shapefile:C:/Workspace/Inga/achor.shp methods:neighbor

In console: ile "C:/Users/Ruiwen/AppData/Roaming/QGIS/QGIS3/profiles/default/python/plugins/aChor/class_achor.py", line 303, in desired_breaks\r\n' info:b' return self.desired_breaks(brks, brk_num)\r\n' info:b' [Previous line repeated 988 more times]\r\n' info:b' File "C:/Users/Ruiwen/AppData/Roaming/QGIS/QGIS3/profiles/default/python/plugins/aChor/class_achor.py", line 287, in desired_breaks\r\n' info:b' temp_brks = sorted(brks, reverse=True)\r\n' info:b'RecursionError: maximum recursion depth exceeded while calling a Python object\r\n'

In log messages: Traceback (most recent call last): File "C:/Users/Ruiwen/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\aChor\aChor.py", line 893, in run colorstr.append(str(minval) + '_' + sortedlist[i].strip()) IndexError: list index out of range