Skip to content
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

Merged

Conversation

astafan8
Copy link
Contributor

@astafan8 astafan8 commented Nov 1, 2018

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.

@codecov
Copy link

codecov bot commented Nov 1, 2018

Codecov Report

Merging #1366 into master will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #1366   +/-   ##
=======================================
  Coverage   73.15%   73.15%           
=======================================
  Files          79       79           
  Lines        9156     9156           
=======================================
  Hits         6698     6698           
  Misses       2458     2458

Copy link
Contributor

@Dominik-Vogel Dominik-Vogel left a 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):
Copy link
Contributor

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

@sohailc
Copy link
Member

sohailc commented Nov 5, 2018

Other then a small comment about docstrings, I think this is good to go

@Dominik-Vogel
Copy link
Contributor

The fix of the flaky test seems to have worked, all lights are green :-)

@astafan8 astafan8 merged commit 2e935d5 into microsoft:master Nov 7, 2018
@astafan8 astafan8 deleted the bug/driver/minicircuits-usb-packet-size branch November 7, 2018 11:22
giulioungaretti pushed a commit that referenced this pull request Nov 7, 2018
Merge: c5ccf3c 43250f5
Author: Mikhail Astafev <astafan8@gmail.com>

    Merge pull request #1366 from astafan8/bug/driver/minicircuits-usb-packet-size
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants