cox_regression.tests.test_protocol module¶
Test suite for testing the correctness of the protocol.
- async cox_regression.tests.test_protocol.test_protocol(http_pool_trio)[source]¶
Run the Cox regression with the Rotterdam example. Tests the implementation against the lifelines CoxPHFitter module.
- Parameters:
http_pool_trio (
tuple
[Pool
,Pool
,Pool
]) – communication pool fixture for 3 parties- Return type:
None