Skip to content
This repository has been archived by the owner on Jun 27, 2018. It is now read-only.

Commit

Permalink
Fix bug in clip_objects module
Browse files Browse the repository at this point in the history
  • Loading branch information
HACKERMD committed Dec 14, 2016
1 parent 3a21d55 commit 31d92c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/jtmodules/clip_objects.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def main(image_1, image_2, plot=False):
image_2, 'ur', colorscale=colorscale
),
plotting.create_mask_image_plot(
combined_image, 'll', colorscale=colorscale
clipped_image, 'll', colorscale=colorscale
)
]
figure = plotting.create_figure(plots, title='clipped image')
Expand Down

0 comments on commit 31d92c9

Please sign in to comment.