Skip to content
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

Fix screen generation bug when using specific inputs #36

Open
LuisFSegalla opened this issue Sep 3, 2024 · 0 comments
Open

Fix screen generation bug when using specific inputs #36

LuisFSegalla opened this issue Sep 3, 2024 · 0 comments

Comments

@LuisFSegalla
Copy link
Contributor

I recently had some issues when running odin-fastcs against the xspress detector code. The problem seem to consist of the screen generation not handling very well one of the plugins being called "xspress-list" (see error log below)

ValidationError: 1 validation error for Group
name
String should match pattern '^([A-Z][a-z0-9])$'
[type=string_pattern_mismatch, input_value='XSPRESS-LIST', input_type=str]
For further information visit
https://errors.pydantic.dev/2.8/v/string_pattern_mismatch

I don't know how much this can be made more generic, as if using a - character could cause some issues with the PV naming standards we have at Diamond.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog
Development

No branches or pull requests

1 participant