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 get_shaped_data_by_runid #1735

Merged
merged 2 commits into from
Sep 30, 2019

Conversation

StevenWaddy
Copy link
Contributor

updated to reflect new return values from datatype_from_setpoints_2d()

Fixes #1588
The function now returns ND arrays again, instead of giant 1D arrays.

Updates the function to expect new (renamed) return values from datatype_from_setpoints_2d() function.

grid renamed to 2D_grid, equidistant to 2D_equidistant

@jenshnielsen, @jana-d

updated to reflect new return values from datatype_from_setpoints_2d()
@codecov
Copy link

codecov bot commented Sep 26, 2019

Codecov Report

Merging #1735 into master will increase coverage by 0.01%.
The diff coverage is 0%.

@@            Coverage Diff             @@
##           master    #1735      +/-   ##
==========================================
+ Coverage   67.27%   67.28%   +0.01%     
==========================================
  Files         146      146              
  Lines       18138    18138              
==========================================
+ Hits        12202    12204       +2     
+ Misses       5936     5934       -2

Copy link
Collaborator

@jenshnielsen jenshnielsen left a comment

Choose a reason for hiding this comment

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

@StevenWaddy Thanks this looks correct

@jenshnielsen jenshnielsen merged commit 7794e39 into microsoft:master Sep 30, 2019
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.

get_shaped_data_by_runid does not reshape data
2 participants