Hello,
After a couple of successful test runs I chose a broader AOI (in the same area) but the model did not finish due the following error:
ERROR Something went wrong when adding task calculate geomorphology exposure (11), terminating taskgraph.
Traceback (most recent call last):
File “taskgraph\Task.py”, line 674, in add_task
File “taskgraph\Task.py”, line 1093, in _call
File “natcap\invest\coastal_vulnerability.py”, line 2701, in calculate_geomorphology_exposure TypeError: unsupported operand type(s) for +: ‘int’ and ‘NoneType’
Any suggestions on that?
It seems that in coding this may have to do with an operand or an object that is None
(probably resulting an IF test) when something else should be expected. Is this relevant and how it can be fixed from the InVEST user position?
Thank you in advance