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

LDO.max() returns slice #837

Open
keflavich opened this issue Aug 10, 2022 · 1 comment
Open

LDO.max() returns slice #837

keflavich opened this issue Aug 10, 2022 · 1 comment
Labels

Comments

@keflavich
Copy link
Contributor

>>> cube = SpectralCube.read('/orange/adamginsburg/ACES//data/2021.1.00172.L/science_goal.uid___A001_X1590_X30a8/group.uid___A001_X1590_X30a9/member.uid___A001_X15a0_X178/calibrated/working/uid___A001_X15a0_X178.s10_0.Sgr_A_star_sci.spw25_27_29_31_33_35.cont.I.iter1.psf.tt0', format='casa_image')
>>> cube.max()
 <Quantity 1.>
>>> cube[0].max()
 <Slice 1.>

This is a bug!

@keflavich keflavich added the bug label Aug 10, 2022
@keflavich
Copy link
Contributor Author

I have no idea how to fix this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant