-
Notifications
You must be signed in to change notification settings - Fork 320
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
MiniCircuits: wrong USB packet size resulting in error on Windows 7 #1366
MiniCircuits: wrong USB packet size resulting in error on Windows 7 #1366
Conversation
...which results in the driver not working on windows 7. note that the driver works fine without the fix on windows 10.
Codecov Report
@@ Coverage Diff @@
## master #1366 +/- ##
=======================================
Coverage 73.15% 73.15%
=======================================
Files 79 79
Lines 9156 9156
=======================================
Hits 6698 6698
Misses 2458 2458 |
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.
I think this makes sense.
**kwargs) ->None: | ||
|
||
def __init__(self, name: str, instance_id: str=None, timeout: float=2, | ||
**kwargs): |
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.
wow you are so up to date. This was only in September:
python/mypy#5677
Other then a small comment about docstrings, I think this is good to go |
The fix of the flaky test seems to have worked, all lights are green :-) |
Fixes #1361 (which was introduced in #1073). Also some cosmetic modifications (see commit messages).
Closes #703. (Shall it, @QCoDeS/core ?)
Note that a more elaborate driver is being developed in #813.