-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PVA backend does not correctly handle long-string waveforms. #678
Comments
Moving from slack to here for visibility. After some investigation, it does not seem that a pvinfo on the record itself (or the |
I wonder if the correct approach to fixing this is actually to use |
I think the correct long term thing to do is convert areaDetector to either use
In the short term I think the best thing to do is putting in the same fix as CA, in We should add a test for this too in |
When attempting to connect to waveform records with the PVA backend, we get a type error:
This is because the type provided by PVA is an array of ints, rather than a string.
Steps To Reproduce
Steps to reproduce the behavior:
Acceptance Criteria
The text was updated successfully, but these errors were encountered: