Skip to content

var.squeeze() truncates axis information #2

@chaosphere2112

Description

@chaosphere2112

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/bugBug in the software

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions