Skip to content

Commit

Permalink
removed unused mask object
Browse files Browse the repository at this point in the history
  • Loading branch information
timojuez committed Aug 27, 2018
1 parent 168bc61 commit ed6da3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deda_bin/deda_parse_print.py
Expand Up @@ -53,8 +53,8 @@ def __call__(self):
tdm = pp.tdm
if tdm is None: return
print(tdm)
mask = tdm.createMask()
masked = np.array((tdm.aligned+mask.aligned)>0,dtype=np.uint8)
#mask = tdm.createMask()
#masked = np.array((tdm.aligned+mask.aligned)>0,dtype=np.uint8)
#print(matrix2str(masked))
#print(mask)
print(repr(tdm))
Expand Down

0 comments on commit ed6da3d

Please sign in to comment.