mirror of
https://github.com/logos-blockchain/logos-blockchain-simulations.git
synced 2026-01-11 09:33:09 +00:00
update test code for session 2
This commit is contained in:
parent
1477ba75e5
commit
d26c5aa272
@ -47,6 +47,7 @@ class TestParameterSet(TestCase):
|
||||
(ExperimentID.EXPERIMENT_3, SessionID.SESSION_1): pow(3, 5),
|
||||
(ExperimentID.EXPERIMENT_4, SessionID.SESSION_1): pow(3, 6),
|
||||
(ExperimentID.EXPERIMENT_1, SessionID.SESSION_2): pow(3, 4),
|
||||
(ExperimentID.EXPERIMENT_4, SessionID.SESSION_2): pow(3, 6),
|
||||
}
|
||||
for queue_type in TemporalMixType:
|
||||
for (exp_id, session_id), expected_cnt in cases.items():
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user