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 #2

Open
chaosphere2112 opened this issue Nov 23, 2016 · 5 comments
Open

var.squeeze() truncates axis information #2

chaosphere2112 opened this issue Nov 23, 2016 · 5 comments
Labels
kind/bug Bug in the software
Milestone

Comments

@chaosphere2112
Copy link

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']

Migrated from: CDAT/cdat#1738

@durack1
Copy link
Member

durack1 commented Nov 23, 2016

@chaosphere2112 @doutriaux1 @dnadeau4 here too

@doutriaux1
Copy link
Contributor

@dnadeau4 had to revert PR, let's take a look later.

@doutriaux1 doutriaux1 reopened this Nov 16, 2017
@doutriaux1 doutriaux1 added this to the Next Release milestone Mar 29, 2018
@github-actions
Copy link

Marking issue as stale, since there has been no activity in 30 days.

Unless the issue is updated or the 'stale' tag is removed, this issue will be closed in 7 days.

@github-actions github-actions bot added the stale label Aug 27, 2020
@durack1
Copy link
Member

durack1 commented Aug 27, 2020

@jasonb5 another usability tweak here - squeeze shouldn't lose transientVar attributes by default

@github-actions github-actions bot removed the stale label Aug 27, 2020
@github-actions
Copy link

Marking issue as stale, since there has been no activity in 30 days.

Unless the issue is updated or the 'stale' tag is removed, this issue will be closed in 7 days.

@github-actions github-actions bot added the stale label Sep 26, 2020
@jasonb5 jasonb5 added kind/bug Bug in the software and removed stale labels Sep 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Bug in the software
Projects
None yet
Development

No branches or pull requests

4 participants