Huite
Huite
Much better now: ``` mean: 4.8980393409729 seconds mean: 0.19949793815612793 seconds harmonic_mean: 0.20173168182373047 seconds geometric_mean: 0.2833566665649414 seconds sum: 0.19977402687072754 seconds minimum: 0.1972644329071045 seconds maximum: 0.18817400932312012 seconds mode: 0.24338030815124512 seconds median: 0.2827489376068115...
Making a local copy now, better memory access patterns might speed up some a little: ``` mean: 0.1990649700164795 seconds mean: 0.1802206039428711 seconds harmonic_mean: 0.1920933723449707 seconds geometric_mean: 0.2039186954498291 seconds sum: 0.17996907234191895...
Unfortunately, I personally don't have much time either to dig into this, but from my numba wrangling experience I can share maybe a couple of tips. If numba cannot allocate...
Re-reading the title and OP another time: is it possible that we're looking at an int32 overflow or something? I'm not sure how that would then result in a segfault,...
I've been seeing these crashes off and on again (also in the brother and sisters plugins). Sometimes, it's the plugin reloader forcing a reload which causes QGIS to crash. I'm...
I think I might have been a bit too hasty at pointing at `iface`. In one of the other plugins, relatively many crashes seemed to originate from a line setting...
Okay to trigger it was pretty easy: start QGIS, click Ribasim button, click plugin reloader to reload Ribasim plugin, click Ribasim button, crash. It crashed here on: `self.tabwidget.addTab(self.__dataset_widget, "Model")` In...
Here's a crash generated from reloading and starting the timeseries widget repeatedly: ``` Python Stack Trace Windows fatal exception: access violation Current thread 0x00003818 (most recent call first): File "C:\PROGRA~1/QGIS33~1.7/apps/qgis-ltr/./python\qgis\core\additions\qgsfunction.py",...
Unfortunately, I don't think debugging Python will do much good. We are not getting a Python exception -- I don't think we're even crashing the Python interpreter. And even if...
Ah, excellent suggestion!