Closed CamDavidsonPilon closed 1 month ago
Hi Cameron, thank you for releasing version 0.30.0.
Just want to check with you what happened with c9d6738, and I want to confirm that the issue with print_summary(decimals=x) is NOT fixed.
print_summary(decimals=x)
In [8]: results.print_summary(decimals=10) <lifelines.StatisticalResult: logrank_test> t_0 = -1 null_distribution = chi squared degrees_of_freedom = 1 test_name = logrank_test --- test_statistic p -log2(p) 3.84 0.05 4.32 In [13]: lifelines.__version__ Out[13]: '0.30.0'
Hi Cameron, thank you for releasing version 0.30.0.
Just want to check with you what happened with c9d6738, and I want to confirm that the issue with
print_summary(decimals=x)
is NOT fixed.