-
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
Data mingled across columns in dataset #621
Comments
just an example data from a different dataset, see the lines marked with love, columns 2 and 3 switch around...
|
Thats really bad. I tried reproducing it with a couple of dummy instruments but didn't see it. Are you measuring the 3 parameters from the same instrument? I am wondering if it's the driver which is not thread safe? |
@jenshnielsen I think that's def a possibility. |
yup, just commented to @giulioungaretti on slack, it happens when I use two parameters on the same instrument, in this case its an SR830 lock-in |
and works fine with only on parameter per instrument |
Steps to reproduce
.run(use_threads=True)
Expected behaviour
Get a neat dataset
Actual behaviour
Data mingles across columns in dataset 💘
System
operating system
Win 10
qcodes branch
Master
Two identical measurements:
The text was updated successfully, but these errors were encountered: