2025-09-23T10:26:44 WARNING Traceback (most recent call last):
File "C:\Users/paige/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\QSWATPlus\QSWATPlus\delineation.py", line 4670, in runLandscape
self.makeDistancesToOutlets()
File "C:\Users/paige/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\QSWATPlus\QSWATPlus\delineation.py", line 1437, in makeDistancesToOutlets
threshold = self._gv.topo.makeOutletThresholds(self._gv, root)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users/paige/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\QSWATPlus\QSWATPlus\QSWATTopology.py", line 3732, in makeOutletThresholds
assert len(self.outlets) > 0
^^^^^^^^^^^^^^^^^^^^^
AssertionError
I used the draw outlets feature and adjusted the snap threshold to 1000m to account that the points snap to streams. Does anyone know how I may solve this issue?
Thank you!