commit ac795d2eee3b7609f24e3c7c1fe29d46cdd376ce
parent bc59cc91d724071f31a37f91a829b5e57f01dc56
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Tue, 21 May 2019 10:14:59 +0200
Do not register the paths in the solve camera test
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/test_sdis_solve_camera.c b/src/test_sdis_solve_camera.c
@@ -662,7 +662,7 @@ main(int argc, char** argv)
/* Launch the simulation */
OK(sdis_solve_camera(scn, cam, trange, 1, 300, 300, IMG_WIDTH, IMG_HEIGHT,
- SPP, SDIS_HEAT_PATH_SUCCEED, &buf));
+ SPP, SDIS_HEAT_PATH_NONE, &buf));
BA(sdis_estimator_buffer_get_realisation_count(NULL, &nreals));
BA(sdis_estimator_buffer_get_realisation_count(buf, NULL));