File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -468,17 +468,17 @@ class DifferentialExpressionTestLRT(_DifferentialExpressionTestSingle):
468
468
469
469
sample_description : pd .DataFrame
470
470
full_design_loc_info : patsy .design_info
471
- full_estim : glm .train .numpy .nb .Estimator
471
+ full_estim : glm .train .numpy .glm_nb .Estimator
472
472
reduced_design_loc_info : patsy .design_info
473
- reduced_estim : glm .train .numpy .nb .Estimator
473
+ reduced_estim : glm .train .numpy .glm_nb .Estimator
474
474
475
475
def __init__ (
476
476
self ,
477
477
sample_description : pd .DataFrame ,
478
478
full_design_loc_info : patsy .design_info ,
479
- full_estim : glm .train .numpy .nb .Estimator ,
479
+ full_estim : glm .train .numpy .glm_nb .Estimator ,
480
480
reduced_design_loc_info : patsy .design_info ,
481
- reduced_estim : glm .train .numpy .nb .Estimator
481
+ reduced_estim : glm .train .numpy .glm_nb .Estimator
482
482
):
483
483
super ().__init__ ()
484
484
self .sample_description = sample_description
You can’t perform that action at this time.
0 commit comments