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

Creating a NDData from a NDData object does not initialize properly #2406

Closed
mwcraig opened this issue May 1, 2014 · 1 comment
Closed
Milestone

Comments

@mwcraig
Copy link
Member

mwcraig commented May 1, 2014

To reproduce:

>>> from astropy.nddata import NDData
>>> ndd1 = NDData([1,2,3])
>>> ndd2 = NDData(ndd1)
>>> ndd2.mask
...
AttributeError: 'NDData' object has no attribute '_mask'
mwcraig added a commit to mwcraig/astropy that referenced this issue May 1, 2014
@embray
Copy link
Member

embray commented May 2, 2014

That seems really familiar. I coulda sworn that was fixed. Guess not...

@astrofrog astrofrog added this to the v0.3.3 milestone May 9, 2014
@astrofrog astrofrog added the Bug label May 9, 2014
embray pushed a commit to embray/astropy that referenced this issue May 19, 2014
@astrofrog astrofrog modified the milestones: v0.4.0, v0.3.3 May 19, 2014
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

3 participants