diff --git a/src/sensors/tests/test_perspective.py b/src/sensors/tests/test_perspective.py index 636290ea2..55fc6e77a 100644 --- a/src/sensors/tests/test_perspective.py +++ b/src/sensors/tests/test_perspective.py @@ -171,13 +171,18 @@ def check_fov(camera, sample): """, - # Uniform SRF covering full the [400, 700] nm spectral range - # "uniform_restricted": """ - # - # - # - # - # """, + # Uniform SRF covering the [400, 700] nm spectral range + "uniform_restricted": """ + + + + + """, + # Uniform SRF covering full spectral range, not equal to 1 + "uniform_scaled": """ + + + """, }