Test Async Plotting failes, data seems to be received twice.
The np.array_equal call between y_data and waveform data in test_async_plotting
fails because the y_data from the plot is twice as long as the data from disk. From looking at the logs, it seems as if the on_async_update
callback is registered twice.
Examples for failed pipelines are here (!449 (closed)).