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

BUG: image.create_mask now returns ImageBase #68

Merged
merged 1 commit into from
Jul 7, 2017

Conversation

bennyrowland
Copy link
Member

The image.create_mask() function now returns an ImageBase rather than
a bare ndarray, so that it can be more easily saved with the transform
etc. In addition, the ImageBase class is modified to always copy the
transform during initialisation, to avoid accidentally overwriting the
transforms for parents during any modification.

The image.create_mask() function now returns an ImageBase rather than
a bare ndarray, so that it can be more easily saved with the transform
etc. In addition, the ImageBase class is modified to always copy the
transform during initialisation, to avoid accidentally overwriting the
transforms for parents during any modification.
@coveralls
Copy link

Coverage Status

Coverage increased (+0.03%) to 78.762% when pulling de00db2 on 66_mask_imagebase into 8271c08 on master.

@bennyrowland bennyrowland merged commit f54c014 into master Jul 7, 2017
@bennyrowland bennyrowland deleted the 66_mask_imagebase branch July 7, 2017 13:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants