Skip to content

Commit 6e77217

Browse files
committed
Add numerical reference test for 2DLRMP to CI (#406)
1 parent d386d67 commit 6e77217

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/LumpedRateModelWithPoresDG2D.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ TEST_CASE("LRMP2D with two component linear binding Jacobian", "[LRMP2D],[DG],[D
134134
test2DLRMPJacobian(relModelFilePath, 6, 6, 2, 1);
135135
}
136136

137-
TEST_CASE("LRMP2D numerical Benchmark for a pure bulk transport case with three radial zones", "[LRMP2D],[DG],[DG2D],[Simulation],[Reference],[testHere]")
137+
TEST_CASE("LRMP2D numerical Benchmark for a pure bulk transport case with three radial zones", "[LRMP2D],[DG],[DG2D],[Simulation],[Reference],[CI]")
138138
{
139139
const std::string& modelFilePath = std::string("/data/model_2DLRMP3Zone_noFilmDiff_1Comp_benchmark1.json");
140140
const std::string& refFilePath = std::string("/data/ref_2DLRMP3Zone_noFilmDiff_1Comp_benchmark1.h5");

0 commit comments

Comments
 (0)