From 62c5aca3f28bfc400e27d59635865ec30ca87eb6 Mon Sep 17 00:00:00 2001 From: Cangyuan Li Date: Wed, 1 Nov 2023 21:40:33 -0400 Subject: [PATCH] update init --- src/pyethnicity/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pyethnicity/__init__.py b/src/pyethnicity/__init__.py index 45b038c..075fa8c 100644 --- a/src/pyethnicity/__init__.py +++ b/src/pyethnicity/__init__.py @@ -1,3 +1,3 @@ __version__ = "0.0.11" -from ._bayesian_models import bifsg, bisg, predict_sex_ssa +from ._bayesian_models import bifsg, bifsg6, bisg, bisg6, predict_sex_ssa from ._ml_models import predict_race, predict_race_fl, predict_race_flg, predict_sex_f