@@ -59,7 +59,7 @@ TEST_CASE("LRMP Jacobian forward vs backward flow", "[LRMP],[FV],[UnitOp],[Resid
59
59
}
60
60
}
61
61
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 ]" )
63
63
{
64
64
const std::string& modelFilePath = std::string (" /data/model_COL1D_LRMP_dynLin_1comp_benchmark1.json" );
65
65
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
70
70
cadet::test::column::testReferenceBenchmark (modelFilePath, refFilePath, " 001" , absTol, relTol, disc, true );
71
71
}
72
72
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 ]" )
74
74
{
75
75
const std::string& modelFilePath = std::string (" /data/model_COL1D_LRMP_reqSMA_4comp_benchmark1.json" );
76
76
const std::string& refFilePath = std::string (" /data/ref_LRMP_reqSMA_4comp_sensbenchmark1_FV_Z32.h5" );
0 commit comments