Skip to content

Commit

Permalink
Prepare for statmorph v0.2.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
vrodgom committed May 31, 2018
1 parent 0bae870 commit 3eb7669
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setup(
name='statmorph',
version='0.2.0',
version='0.2.1',
description='Non-parametric morphological diagnostics of galaxy images',
long_description=long_description,
url='https://github.com/vrodgom/statmorph',
Expand Down
1 change: 1 addition & 0 deletions statmorph/statmorph.py
Original file line number Diff line number Diff line change
Expand Up @@ -2275,6 +2275,7 @@ def source_morphology(image, segmap, **kwargs):
sources_morph = []
for label in segmap.labels:
sources_morph.append(SourceMorphology(image, segmap, label, **kwargs))
print('Finished processing source %d.\n' % (label))

return sources_morph

0 comments on commit 3eb7669

Please sign in to comment.