-
Notifications
You must be signed in to change notification settings - Fork 319
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
Qcodes.Task #61
Comments
We have a better error message now, we will stick to requiring Task |
jenshnielsen
referenced
this issue
in jenshnielsen/Qcodes
Aug 17, 2017
jenshnielsen
referenced
this issue
in jenshnielsen/Qcodes
Aug 18, 2017
jenshnielsen
referenced
this issue
in jenshnielsen/Qcodes
Aug 22, 2017
jenshnielsen
referenced
this issue
in jenshnielsen/Qcodes
Sep 11, 2017
jenshnielsen
referenced
this issue
in jenshnielsen/Qcodes
Sep 21, 2017
nataliejpg
pushed a commit
to nataliejpg/Qcodes
that referenced
this issue
Oct 11, 2017
WilliamHPNielsen
pushed a commit
that referenced
this issue
Oct 16, 2017
* Feature/monitor (#15) * First monitor commit, now 🍔 ! * polish things up * types for the masses * chore: Refactor monitor * fix: Add todo remove space * refactor * silm api * better monitor * fix: Add static files to pacakge setup * fix: Add websocket dependency * fix: Use http with webbrowser open * fix: Include static, add init * move server to onw scripts * feat: make monitor server standalone * fix: Sleep before thread starts! * fix: Update monitor GUI * Fix monitor for channel parameters (#61) * The monitor does not work correctly with ws34 * make websockets a soft dependency Everything but the monitor can be used without it * remove unused pass statment * add simple monitor readme
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I run my simulation with the following loop:
I get the error
If I run the code with
it works fine. I feel that the syntax without the Task method is nicer, but it seems to require that my
build
is able to receive arbitrary arguments. Although this is easy to achieve, it also feels unnecessary. But I don't know how you all think about that.The text was updated successfully, but these errors were encountered: