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

stage_decorator causes plans to hang #56

Open
APRashedAhmed opened this issue Dec 10, 2017 · 0 comments
Open

stage_decorator causes plans to hang #56

APRashedAhmed opened this issue Dec 10, 2017 · 0 comments
Labels

Comments

@APRashedAhmed
Copy link
Contributor

APRashedAhmed commented Dec 10, 2017

Expected Behavior

Using stage_decorator simply stages the device.

Current Behavior

The RunEngine never makes it into the main plan when the stage_decorator is added.

Steps to Reproduce (for bugs)

  1. plan = plans.linear_scan(snd.di.x,-20,-19,3)
  2. RE(plan)

Context

The code for linear_scan didn't change since it was last used. Simply removing the stage_decorator allowed the plan to start.

@APRashedAhmed APRashedAhmed changed the title run_decorator causes plans to hang stage_decorator causes plans to hang Dec 10, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant