Skip to content

Commit

Permalink
more formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ashler-herrick committed Sep 11, 2024
1 parent d95ce01 commit 14b7152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_score.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 14b7152

Please sign in to comment.