Results 5 issues of Sascha Spors

The `plotly.plotly` imports are no longer compatible to plotly version 4. See https://plotly.com/python/v4-migration/.

I was not able to establish a connection to the device using the Dashboard. I digged a bit into the problem but was not able to find a solution. I...

> $ gcc -c -std=c99 -O3 sosfilter.c > $ gcc -shared -o sosfilter.so sosfilter.o should be changed into > $ gcc -c -std=c99 -O3 sosfilt.c > $ gcc -shared -o...

``` import numpy as np import sfs xs = [0, 2, 0] grid = sfs.util.xyz_grid([-2.5, 2.5], [-2.5, 2.5], 0, spacing=0.02) omega = 2*np.pi*1000 x0, n0, a0 = sfs.array.circular(200, 1.5) d...

The function `point_modal_velocity` produces wrong results.

bug