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

var.squeeze() truncates axis information #1738

Open
durack1 opened this issue Dec 15, 2015 · 1 comment
Open

var.squeeze() truncates axis information #1738

durack1 opened this issue Dec 15, 2015 · 1 comment

Comments

@durack1
Copy link
Member

durack1 commented Dec 15, 2015

I don't think the behavior below is what a user expects - certainly not me:

so: (1, 27, 180, 360)
['time', 'LEVEL', 'LATITUDE', 'LONGITUDE']
so.squeeze()
so: (27, 180, 360)
['axis_0', 'axis_1', 'axis_2']
@doutriaux1
Copy link
Contributor

pr was reverted @dnadeau4 let's take a look later

@doutriaux1 doutriaux1 modified the milestones: 3.0, 3.2 Mar 29, 2019
@downiec downiec removed this from the 8.2 milestone Jul 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants