nextgis / qgis_molusce

Modules for Land Use Change Simulations
https://github.com/nextgis/molusce
GNU General Public License v2.0
43 stars 15 forks source link

QGIS Molusce plugin error: Change area crosstable is not being created! #46

Open Shinjita opened 3 years ago

Shinjita commented 3 years ago

File "C:/Users/shinj/.qgis2/python/plugins\molusce\algorithms\models\crosstabs\model.py", line 125, in getSumRows

crosstable = self.getCrosstable()

File "C:/Users/shinj/.qgis2/python/plugins\molusce\algorithms\models\crosstabs\model.py", line 86, in getCrosstable

if self._T == None:

ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()

FajrAlim commented 3 years ago

Duplicate of #41