File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ add_catch_test(credible_region LIBRARIES sopt SEED ${RAND_SEED})
24
24
add_catch_test (forward_backward LIBRARIES sopt tools_for_tests SEED ${RAND_SEED} )
25
25
add_catch_test (gradient_operator LIBRARIES sopt tools_for_tests SEED ${RAND_SEED} )
26
26
add_catch_test (inpainting LIBRARIES sopt tools_for_tests SEED ${RAND_SEED} )
27
- add_catch_test (tf_inpainting LIBRARIES sopt tools_for_tests SEED ${RAND_SEED} )
28
27
add_catch_test (linear_transform LIBRARIES sopt SEED ${RAND_SEED} )
29
28
add_catch_test (maths LIBRARIES sopt SEED ${RAND_SEED} )
30
29
add_catch_test (padmm LIBRARIES sopt SEED ${RAND_SEED} )
@@ -41,6 +40,7 @@ add_catch_test(wrapper LIBRARIES sopt SEED ${RAND_SEED})
41
40
42
41
if (cppflow )
43
42
add_catch_test (cppflow_model LIBRARIES sopt tools_for_tests )
43
+ add_catch_test (tf_inpainting LIBRARIES sopt tools_for_tests SEED ${RAND_SEED} )
44
44
endif ()
45
45
46
46
if (SOPT_MPI )
You can’t perform that action at this time.
0 commit comments