-
Notifications
You must be signed in to change notification settings - Fork 321
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
Fix / driver / mercury ips / firmware 2.6 #1385
Fix / driver / mercury ips / firmware 2.6 #1385
Conversation
3b4c36b
to
e72d45e
Compare
Codecov Report
@@ Coverage Diff @@
## master #1385 +/- ##
=======================================
Coverage 73.38% 73.38%
=======================================
Files 79 79
Lines 9282 9282
=======================================
Hits 6812 6812
Misses 2470 2470 |
Codacy found a single trailing whitespace. Once that it fixed I think this is ready to go. Edit: I did this from the web interface |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes! (apart from typos)
Returns True if any axis has a ramp status that is either 'TO SET' or | ||
'TO ZERO' | ||
""" | ||
ramping_statuus = ['TO SET', 'TO ZERO'] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
statuuuuuuuuuus :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's plural in Latin, you uncultured peasant.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sorry that you have to work with such ignorant people ;)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you should defintley use some utf-8 here: ramping_statūs
;-)
Co-Authored-By: WilliamHPNielsen <[email protected]>
Co-Authored-By: WilliamHPNielsen <[email protected]>
Merge: a8baf7a 950cfce Author: Jens Hedegaard Nielsen <[email protected]> Merge pull request #1385 from WilliamHPNielsen/fix/driver/MercuryiPS/firmware_2.6
The SCPI (like) API for the Mercury iPS changed between firmware versions 2.5 and 2.6
Changes proposed in this pull request:
@QCoDeS/core