-
Notifications
You must be signed in to change notification settings - Fork 86
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
CopperMountain M5180 -- typo in __init__ docstring? #120
Comments
I am not very familar with this driver but that does seem likely. Are you willing to open a pull request to fix that? |
I'm going to compare the driver to the documentation for the M5180, and I'll make the fix if everything checks out. |
I confirm that it is a typo in the docstring and that the driver has been written for the M5180 model. I can fix it at the same time when I propose some changes (I have some minor changes (updated validators, changes to the PointMagPhase class) that I have not yet put into a PR. Try to do this soonish. |
Thanks @simonzihlmann For some reason the original commits no longer map to your github user name (did you change your email perhaps) So I was struggeling with remembering how to mention you but great that you saw it |
Not on purpose. But it could be that I used a different email address when committing than the one that github knows about. I have added the second one to my profile. Not sure if it has something to do with this though. |
Hmn not sure what happened anyway its showing correctly now https://github.com/QCoDeS/Qcodes_contrib_drivers/commits/master/qcodes_contrib_drivers/drivers/CopperMountain/M5180.py?author=simonzihlmann |
Qcodes_contrib_drivers/qcodes_contrib_drivers/drivers/CopperMountain/M5180.py
Line 207 in 2fd9c39
Every line in the file says M5180 except this one, which says S5180. Is that just a typo in the
__init__
docstring?The text was updated successfully, but these errors were encountered: