biocore / BIRDMAn

Bayesian Inferential Regression for Differential Microbiome Analysis
BSD 3-Clause "New" or "Revised" License
22 stars 5 forks source link

Fix single_fit_to_inference return type hint #21

Closed gibsramen closed 3 years ago

gibsramen commented 3 years ago

As it stands single_fit_to_inference is annotated as returning an xr.Dataset when it actually returns an az.InferenceObject object.