You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
kotekan-ringmap doesn't provide a fixed-length array until it has filled in all of the frequencies. This will be particularly relevant close to restarts.
The analyzer assumes a fixed-length array:
May 15 03:00:16 marimba dias[27687]: ValueError: operands could not be broadcast together with shapes (4982,) (4981,)
May 15 03:00:16 marimba dias[27687]: t_offset = time["ctime"] - common_time["ctime"]
The analyzer should chop off the difference and still produce a comparable output after restarts.
kotekan-ringmap
doesn't provide a fixed-length array until it has filled in all of the frequencies. This will be particularly relevant close to restarts.The analyzer assumes a fixed-length array:
The analyzer should chop off the difference and still produce a comparable output after restarts.
Relevant to: #153
The text was updated successfully, but these errors were encountered: