Remove divide by 1000
authorSchultzC <cas03j@gmail.com>
Tue, 4 Jun 2019 01:18:40 +0000 (18:18 -0700)
committerSchultzC <cas03j@gmail.com>
Tue, 4 Jun 2019 15:17:37 +0000 (08:17 -0700)
commitedb3337ead4e70d0b5616f8a7ed8140ebe00f9fc
tree230b616fd7b09f9d704e6ed30a4a5ee0947da21b
parentfa96507fe79f08c077446782ac94a450cb03f2f2
Remove divide by 1000

because t = (time.time() - t) will return seconds,  dividing by 1000 to obtain seconds will be incorrect.
samples/python/tutorial_code/core/mat_mask_operations/mat_mask_operations.py