As of now, a fresh install of kCSD installs the latest numpy (1.25), which breaks kCSD because np.complex was deprecated in Numpy 1.20 (Example Screenshot attached from the tutorial)
I replaced np.complex() with complex() in around 60 occurrences as the recommended drop-in replacement. Docs
As of now, a fresh install of kCSD installs the latest numpy (1.25), which breaks kCSD because np.complex was deprecated in Numpy 1.20 (Example Screenshot attached from the tutorial)
I replaced np.complex() with complex() in around 60 occurrences as the recommended drop-in replacement. Docs