update test code for session 2

This commit is contained in:
Youngjoon Lee 2024-08-02 22:32:50 +09:00
parent 1477ba75e5
commit d26c5aa272
No known key found for this signature in database
GPG Key ID: 167546E2D1712F8C

View File

@ -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():