-
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
Add support for complex values to Array validator #1489
Add support for complex values to Array validator #1489
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1489 +/- ##
==========================================
+ Coverage 71.45% 71.54% +0.09%
==========================================
Files 105 105
Lines 12106 12133 +27
==========================================
+ Hits 8650 8681 +31
+ Misses 3456 3452 -4 |
e7e8abf
to
896c310
Compare
@QCoDeS/core I think this is ready for review |
688bf32
to
11b3974
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.
Great!
a lot of logic in the init but it is clear/separated and understandable. Thanks for the tests!
I am going to block this from being merged until Williams changes to the type validation has been merged. Since there is a likelyhood of datalose for complex numbers without that.
35313ac
to
dc61207
Compare
dc61207
to
45700b1
Compare
29cb681
to
eb2a1b3
Compare
Co-Authored-By: jenshnielsen <[email protected]>
Mem addresses can also be lowercase
Co-Authored-By: jenshnielsen <[email protected]>
eb2a1b3
to
9a158fe
Compare
@QCoDeS/core I think this is ready to land but needs a new review since I dismissed @astafan8 s original review. I don't think there are any important changes since then |
Then I'll let the other core devs do this review. |
@jenshnielsen sure, i didn't mean that :) just let's get some other pair of eyes to have a look at the change :) |
I think this looks good. Looking forward to see the first instrument use this. |
Merge: 52b5b1d 1b438bd Author: Jens Hedegaard Nielsen <[email protected]> Merge pull request #1489 from jenshnielsen/feature/complex_array_validator
In the process discovered that the original typecheking for real values was actually not working so fixed that and added a test for it.