Skip to content

Fix value returned by BpmController read_all

Valentin Valls requested to merge valls-patch-7 into master

Closes #2081 (closed)

This MR fixes a warning triggered by statists.

The BpmController was returning list of numpy array, instead of a list of values.

BTW i have no idea why the read_all implementation is struggling with all this numpy arrays. I feel like the code could be simplified.

Edited by Valentin Valls

Merge request reports