Leberwurscht
Results
3
issues of
Leberwurscht
Hi, I'd like to suggest a small change in the `calc_adev_phase` function: The line `s = np.sum(v_arr * v_arr)` should be replaced by `s = np.sum(abs(v_arr)**2)` This will make the...
issue #130
manifest.json cannot be parsed by JSON.parse, instead of "sidebarURL": "/sidebar.htm", } it should be "sidebarURL": "/sidebar.htm" }