-
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
Fixes and improvements to N52xx PNA Driver #3688
Conversation
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.
thank you @spauka !
b22d000
to
f1dc3f3
Compare
Since 3683 is now merged I've rebased this PR and it should be ready to merge. I've tested it with the N5245A network analyzer and it works correctly. |
Codecov Report
@@ Coverage Diff @@
## master #3688 +/- ##
==========================================
- Coverage 65.73% 65.70% -0.04%
==========================================
Files 226 226
Lines 30547 30561 +14
==========================================
Hits 20080 20080
- Misses 10467 10481 +14 |
@astafan8 I'm not sure I understand why the docs are failing to build? |
5803b4f
to
82e25b1
Compare
@spauka In general you don't need to worry about adding prama comments to disable codacy warnings. We look at codacy as guidelines not as requirements, which is also why the job is not marked as required to pass |
Ah, thanks. I really need to re-read the contributions guide, I just noticed it was there too 😆 Would you like me to remove the codacy comments? The mypy ones I think have to stay otherwise the CI tests fail... |
@spauka I don't think they are harmful so feel free to leave them. The mypy ones should stay. For bonus points you can annotate the mypy ones with error type like here https://github.com/QCoDeS/Qcodes/blob/master/qcodes/instrument/channel.py#L880 |
for more information, see https://pre-commit.ci
cc25357
to
1cc0bf1
Compare
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.
bors merge
Canceled. |
bors merge |
🕐 Waiting for PR status (Github check) to be set, probably by CI. Bors will automatically try to run when all required PR statuses are set. |
bors merge |
Changes proposed in this PR:
PNASweep
(closes N52xx PNA Driver Warnings on Initialization #3687)ArrayParameters
to useParameterWithSetpoints
insteadNote: This PR depends on #3683. I will rebase it once that changeset is merged.@jenshnielsen