Closed clintonroy closed 1 year ago
Power-cycled the CI to check they still succeed against the latest version.
Consider adding an option to the workflow to run the unit tests manually.
There was a recent fix to the tests (https://github.com/bluesky/ophyd/pull/1167), I hope it will help resolve the failing runs after my rebase on master
.
The lowest layer of pv.get accepts a count, which specifies how many array values to return. This count argument was not percolated all the way up the api stack, but was documented.
I require this to be able to retrieve values from a data acquisition device that can have a very large array of results, and the default value (2048) is way too small.