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

Fix numpy deprecation for ragged arrays #3184

Merged
merged 7 commits into from
Jul 7, 2021

Conversation

jenshnielsen
Copy link
Collaborator

Extract method from where this was already fixed and reuse it.

Perhaps we should think of another location for this method.

@codecov
Copy link

codecov bot commented Jul 7, 2021

Codecov Report

Merging #3184 (eea9f8f) into master (c54bbb5) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master    #3184   +/-   ##
=======================================
  Coverage   65.91%   65.92%           
=======================================
  Files         217      218    +1     
  Lines       28903    28910    +7     
=======================================
+ Hits        19051    19058    +7     
  Misses       9852     9852           

Copy link
Contributor

@astafan8 astafan8 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good!

Perhaps we should think of another location for this method.

qcodes.utils.numpy? :)

@jenshnielsen
Copy link
Collaborator Author

Not a fan of utils but that is probably fine

@jenshnielsen
Copy link
Collaborator Author

I don't think having a file called numpy.py is a good idea so I opted for numpy_utils.py

@jenshnielsen jenshnielsen enabled auto-merge July 7, 2021 09:41
@jenshnielsen jenshnielsen added this to the 0.27.0 milestone Jul 7, 2021
@jenshnielsen jenshnielsen merged commit 5fd3c6b into microsoft:master Jul 7, 2021
@jenshnielsen jenshnielsen deleted the fix_numpy_deprecation branch July 7, 2021 10:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants