From d27991aeea0cfd3d3116f3b9a4235e9393f92629 Mon Sep 17 00:00:00 2001 From: Thore Wietzke Date: Fri, 22 Dec 2023 13:46:41 +0100 Subject: [PATCH] readded commented import --- bayesnewton/utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bayesnewton/utils.py b/bayesnewton/utils.py index 333b04c..e8eb5ae 100644 --- a/bayesnewton/utils.py +++ b/bayesnewton/utils.py @@ -4,6 +4,7 @@ from jax.scipy.linalg import cholesky, cho_factor, cho_solve from jax.scipy.special import gammaln from jax.lax import scan +# from matplotlib._png import read_png import math LOG2PI = math.log(2 * math.pi)