Skip to content

Commit 56caf39

Browse files
committed
Fix attempt for locally nonreproducible failure
1 parent 80451d9 commit 56caf39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/sipnet/test_events_types/testEventHarvest.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ int run(void) {
9595
ctx.litterPool ? "on" : "off", ctx.nitrogenCycle ? "on" : "off");
9696
initEvents("events_one_harvest.in", 0);
9797
setupEvents();
98-
procEvents();
98+
// procEvents();
9999

100100
// fracRA = 0.1, fracRB = 0.2, frac TA = 0.3, fracTB = 0.4
101101
expSoilC = 10 + 0.3 * (2 + 3) + 0.4 * (4 + 5); // 1 + 1.5 + 3.6 = 6.1

0 commit comments

Comments
 (0)