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

testing lineup2(): refactor pvoigt signal #1047

Open
prjemian opened this issue Nov 26, 2024 · 1 comment
Open

testing lineup2(): refactor pvoigt signal #1047

prjemian opened this issue Nov 26, 2024 · 1 comment

Comments

@prjemian
Copy link
Contributor

Replace EPICS-based pvoigt signal with pure Python (goal: decrease testing time of lineup2() by 100x):

# First, must be connected to m1.
pvoigt = SynPseudoVoigt(name="pvoigt", motor=axis, motor_field=axis.name)
pvoigt.kind = "hinted"
calcs_enable.put("Enable")

@prjemian
Copy link
Contributor Author

Note: More than 10% of CI test time is spent testing lineup2().

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

No branches or pull requests

1 participant