From 3499cec89ff6928ccac826cfe1cc347a90c2b326 Mon Sep 17 00:00:00 2001 From: simleopold <152170950+simleopold@users.noreply.github.com> Date: Mon, 8 Jan 2024 16:20:34 +0100 Subject: [PATCH] Update models.py --- covest/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/covest/models.py b/covest/models.py index 077499e..6fcdd78 100644 --- a/covest/models.py +++ b/covest/models.py @@ -7,7 +7,7 @@ from math import exp, fsum import matplotlib.pyplot as plt -from scipy.misc import comb +from scipy.special import comb from covest import constants from covest.utils import safe_log, fix_zero