aboutsummaryrefslogtreecommitdiff
path: root/apps/CameraITS/tests/scene1/test_capture_result.py
diff options
context:
space:
mode:
Diffstat (limited to 'apps/CameraITS/tests/scene1/test_capture_result.py')
-rw-r--r--apps/CameraITS/tests/scene1/test_capture_result.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/CameraITS/tests/scene1/test_capture_result.py b/apps/CameraITS/tests/scene1/test_capture_result.py
index 81ec43c..ee3c91c 100644
--- a/apps/CameraITS/tests/scene1/test_capture_result.py
+++ b/apps/CameraITS/tests/scene1/test_capture_result.py
@@ -20,6 +20,9 @@ import os.path
import numpy
import matplotlib.pyplot
+# Required for 3d plot to work
+import mpl_toolkits.mplot3d
+
def main():
"""Test that valid data comes back in CaptureResult objects.
"""