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 loading of >1 dim netcdf datasets from netcdf to DataSetinmem #3945

Merged
merged 36 commits into from
Feb 24, 2022

Conversation

jenshnielsen
Copy link
Collaborator

@jenshnielsen jenshnielsen commented Feb 18, 2022

The wrong from of meshgrid was being used

  • Newsfragment
  • Test for 3d?

@jenshnielsen jenshnielsen added this to the 0.33.0 milestone Feb 18, 2022
@jenshnielsen jenshnielsen self-assigned this Feb 18, 2022
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.

Test for 3d?

yes, would be nice :)

@codecov
Copy link

codecov bot commented Feb 21, 2022

Codecov Report

Merging #3945 (12d22df) into master (72090cb) will increase coverage by 0.01%.
The diff coverage is 91.66%.

@@            Coverage Diff             @@
##           master    #3945      +/-   ##
==========================================
+ Coverage   65.82%   65.83%   +0.01%     
==========================================
  Files         228      228              
  Lines       31442    31464      +22     
==========================================
+ Hits        20696    20714      +18     
- Misses      10746    10750       +4     

@jenshnielsen jenshnielsen force-pushed the load_higher_dim_netcdf branch 4 times, most recently from 3a16e1a to e7405db Compare February 22, 2022 14:07
@jenshnielsen
Copy link
Collaborator Author

@astafan8 ready for a first review I think. Will add a newsfragment before merging

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.

awesome!

qcodes/dataset/data_set_cache.py Outdated Show resolved Hide resolved
qcodes/dataset/descriptions/dependencies.py Outdated Show resolved Hide resolved
qcodes/dataset/descriptions/dependencies.py Outdated Show resolved Hide resolved
qcodes/tests/dataset/test_dataset_in_memory.py Outdated Show resolved Hide resolved
qcodes/tests/dataset/test_dataset_in_memory.py Outdated Show resolved Hide resolved
@jenshnielsen jenshnielsen merged commit ef0d31b into microsoft:master Feb 24, 2022
@jenshnielsen jenshnielsen deleted the load_higher_dim_netcdf branch February 24, 2022 13:16
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.

None yet

2 participants