From 14b715269661ffd406d59e2419ef7d5220fc23c4 Mon Sep 17 00:00:00 2001 From: ashler-herrick <124288133+ashler-herrick@users.noreply.github.com> Date: Wed, 11 Sep 2024 10:02:14 -0400 Subject: [PATCH] more formatting --- tests/test_score.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_score.py b/tests/test_score.py index 941e4a6..c67b4ec 100644 --- a/tests/test_score.py +++ b/tests/test_score.py @@ -101,7 +101,7 @@ def idfn(dist_score: DistScore): (Laplace, LogScore), (Poisson, LogScore), (Gamma, LogScore), - (NegativeBinomial,LogScore), + (NegativeBinomial, LogScore), ] + [(MultivariateNormal(i), LogScore) for i in range(2, 5)] # Fill in the dist, score pair to test the gradient # Tests all in TEST_METRIC by default