aboutsummaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorTimothy Knight <tknight@google.com>2014-09-04 23:12:54 -0700
committerTimothy Knight <tknight@google.com>2014-09-04 23:12:54 -0700
commitc65822cd038068f70853913ee7d7732cb56e752d (patch)
tree1be5161b282695d734532819cc19df8cc6b8f884 /apps
parent21ffd610506e482ea4138088048761b8f6e71440 (diff)
downloadpdk-c65822cd038068f70853913ee7d7732cb56e752d.tar.gz
CameraITS: Added TODO to incorrect crop_regions test
Change-Id: I0085a7b1f60cb7f393e396515d9afe5a2bb0db7e
Diffstat (limited to 'apps')
-rw-r--r--apps/CameraITS/tests/scene1/test_crop_regions.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/CameraITS/tests/scene1/test_crop_regions.py b/apps/CameraITS/tests/scene1/test_crop_regions.py
index efa8573..d0cd70a 100644
--- a/apps/CameraITS/tests/scene1/test_crop_regions.py
+++ b/apps/CameraITS/tests/scene1/test_crop_regions.py
@@ -23,6 +23,9 @@ import matplotlib.pyplot
import copy
import numpy
+# TODO: Fix this test. Currently assumes a non-supported output size in the
+# HAL-cropped images.
+
def main():
"""Test that crop regions work.
"""