This repository was archived by the owner on Oct 21, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -468,17 +468,17 @@ class DifferentialExpressionTestLRT(_DifferentialExpressionTestSingle):
468468
469469 sample_description : pd .DataFrame
470470 full_design_loc_info : patsy .design_info
471- full_estim : glm .train .numpy .nb .Estimator
471+ full_estim : glm .train .numpy .glm_nb .Estimator
472472 reduced_design_loc_info : patsy .design_info
473- reduced_estim : glm .train .numpy .nb .Estimator
473+ reduced_estim : glm .train .numpy .glm_nb .Estimator
474474
475475 def __init__ (
476476 self ,
477477 sample_description : pd .DataFrame ,
478478 full_design_loc_info : patsy .design_info ,
479- full_estim : glm .train .numpy .nb .Estimator ,
479+ full_estim : glm .train .numpy .glm_nb .Estimator ,
480480 reduced_design_loc_info : patsy .design_info ,
481- reduced_estim : glm .train .numpy .nb .Estimator
481+ reduced_estim : glm .train .numpy .glm_nb .Estimator
482482 ):
483483 super ().__init__ ()
484484 self .sample_description = sample_description
You can’t perform that action at this time.
0 commit comments