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

TypeError in signals.py #230

Closed
prjemian opened this issue Aug 16, 2019 · 0 comments · Fixed by #231
Closed

TypeError in signals.py #230

prjemian opened this issue Aug 16, 2019 · 0 comments · Fixed by #231
Assignees
Labels
Milestone

Comments

@prjemian
Copy link
Contributor

~/.ipython/profile_bluesky/startup/20-detectors.py in <module>
     49     eta=0.3 + 0.5*np.random.uniform(),
     50     sigma=0.001 + 0.05*np.random.uniform(),
---> 51     scale=1e5)

~/.conda/envs/bluesky/lib/python3.6/site-packages/apstools/signals.py in __init__(self, name, motor, motor_field, center, eta, scale, sigma, bkg, noise, noise_multiplier, **kwargs)
    136             return v
    137
--> 138         ophyd.sim.SynSignal.__init__(name=name, func=pvoigt, **kwargs)

TypeError: __init__() missing 1 required positional argument: 'self'
@prjemian prjemian added the bug label Aug 16, 2019
@prjemian prjemian added this to the 1.1.14 milestone Aug 16, 2019
@prjemian prjemian self-assigned this Aug 16, 2019
prjemian added a commit that referenced this issue Aug 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant