pyrocko/kite

segmentation fault Calculate Weight matrix

hvasbath opened this issue · 2 comments

On python 3.11. ubuntu 20.04:
I guess thats again pyqtgraph related? At some point they decided to change all their input float variables to int?

INFO:SceneIO/Gamma:Using Lat/Lon reference
Traceback (most recent call last):
  File "/home/vasyurhm/Software/kite/kite/spool/spool.py", line 205, in progressStarted
    self.progress.setMaximum(maximum)
TypeError: setMaximum(self, maximum: int): argument 1 has unexpected type 'float'
emolch commented

Should be fixed with 200972b

Newer Qt versions check types on various calls and don't automatically cast anymore.

emolch commented

But that's probably not causing the segfault, right?