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
There's an odd behaviour when you request Waveform data in string format. It seems numpy adds "\n" characters into the returned array - it seems to be trying to format it for nice line wrapping.
We don't want this behaviour. We should investigate this function to find the correct way to suppress this feature - probably by changing the linewidth parameter
The text was updated successfully, but these errors were encountered:
There's an odd behaviour when you request Waveform data in
string
format. It seemsnumpy
adds "\n" characters into the returned array - it seems to be trying to format it for nice line wrapping.We don't want this behaviour. We should investigate this function to find the correct way to suppress this feature - probably by changing the
linewidth
parameterThe text was updated successfully, but these errors were encountered: