Skip to content

Commit 1a675b5

Browse files
committed
SsaTestCase 00003 fails intermittently, when all other tests pass and only one other test runs more than once. Temporarily, I have increased the # of simulation runs used by SsaTestCase 00003 by a factor of 10.
1 parent 49aa95c commit 1a675b5

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

tests/perf_results/wc_sim_performance_log.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,3 +286,15 @@ Performance summary for Next Reaction Method on 2020-06-30:
286286
8 2793 5.165 540.746
287287
32 10876 24.271 448.107
288288

289+
Performance summary for Stochastic Simulation Algorithm on 2020-07-01:
290+
# SSA submodels # events run time (s) reactions/s
291+
2 702 3.295 213.073
292+
8 2792 11.823 236.153
293+
32 10535 37.908 277.908
294+
295+
Performance summary for Next Reaction Method on 2020-07-01:
296+
# NRM submodels # events run time (s) reactions/s
297+
2 597 1.509 395.643
298+
8 2672 6.672 400.494
299+
32 10572 29.895 353.639
300+

tests/testing/test_verify.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -787,7 +787,7 @@ def setUp(self):
787787
self.ssa_test_cases = [
788788
# see: https://github.com/sbmlteam/sbml-test-suite/blob/master/cases/stochastic/DSMTS-userguide-31v2.pdf
789789
SsaTestCase('00001', NUM_SIMULATION_RUNS),
790-
SsaTestCase('00003', NUM_SIMULATION_RUNS),
790+
SsaTestCase('00003', 10 * NUM_SIMULATION_RUNS),
791791
SsaTestCase('00004', NUM_SIMULATION_RUNS),
792792
SsaTestCase('00007', NUM_SIMULATION_RUNS),
793793
SsaTestCase('00012', NUM_SIMULATION_RUNS),

0 commit comments

Comments
 (0)