DHI-GRAS / qgis-processing-gpf

QGIS Processing provider for GPF-based algorithms (BEAM and Sentinel-1 Toolbox)
GNU General Public License v3.0
2 stars 5 forks source link

QGIS crashes when SNAP only model (graph) is saved #6

Closed radosuav closed 7 years ago

radosuav commented 8 years ago

I haven't experienced this before so it might be something to do with update to QGIS 2.14.2. I narrowed it down to this line https://github.com/DHI-GRAS/processing_gpf/blob/GW-A_dev/GPFModelerAlgorithm.py#L69 and replacing it by newone.algs = self.algs works as a quick workaround. However it needs to be tested more and it would be nice to find out why the original code is crashing now.

radosuav commented 8 years ago

I can't reproduce it anymore (on QGIS 2.14.7 and 2.16.3 using both ESA_Processing and official QGIS Processing) so I'm closing this issue.

radosuav commented 7 years ago

Actually the issue is still present but only when GRASS 7 provider is deactivated. I'll investigate further...