DiamondLightSource / coniql

Control system interface in GraphQL
Apache License 2.0
6 stars 4 forks source link

Strange formatting when requesting string format of Waveforms #103

Open AlexanderWells-diamond opened 9 months ago

AlexanderWells-diamond commented 9 months ago

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