@@ -59,7 +59,7 @@ TEST_CASE("LRMP Jacobian forward vs backward flow", "[LRMP],[FV],[UnitOp],[Resid
5959 }
6060}
6161
62- TEST_CASE (" LRMP numerical Benchmark with parameter sensitivities for linear case" , " [LRMP],[FV],[Simulation],[Reference],[Sensitivity],[CI_sens9 ]" )
62+ TEST_CASE (" LRMP numerical Benchmark with parameter sensitivities for linear case" , " [LRMP],[FV],[Simulation],[Reference],[Sensitivity],[toFix ]" )
6363{
6464 const std::string& modelFilePath = std::string (" /data/model_COL1D_LRMP_dynLin_1comp_benchmark1.json" );
6565 const std::string& refFilePath = std::string (" /data/ref_LRMP_dynLin_1comp_sensbenchmark1_FV_Z32.h5" );
@@ -70,7 +70,7 @@ TEST_CASE("LRMP numerical Benchmark with parameter sensitivities for linear case
7070 cadet::test::column::testReferenceBenchmark (modelFilePath, refFilePath, " 001" , absTol, relTol, disc, true );
7171}
7272
73- TEST_CASE (" LRMP numerical Benchmark with parameter sensitivities for SMA LWE case" , " [LRMP],[FV],[Simulation],[Reference],[Sensitivity],[CI_sens10 ]" )
73+ TEST_CASE (" LRMP numerical Benchmark with parameter sensitivities for SMA LWE case" , " [LRMP],[FV],[Simulation],[Reference],[Sensitivity],[toFix ]" )
7474{
7575 const std::string& modelFilePath = std::string (" /data/model_COL1D_LRMP_reqSMA_4comp_benchmark1.json" );
7676 const std::string& refFilePath = std::string (" /data/ref_LRMP_reqSMA_4comp_sensbenchmark1_FV_Z32.h5" );
0 commit comments