Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Apr 5, 2024
1 parent 2c9923c commit 2be5dd8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/emcee/tests/unit/test_ensemble.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,10 @@ def lnpdf_arr0D(self, x):
def test_deal_with_scalar_likes(self):
rng = np.random.default_rng()
fns = [
self.lnpdf, self.lnpdf_arr1, self.lnpdf_float64, self.lnpdf_arr0D
self.lnpdf,
self.lnpdf_arr1,
self.lnpdf_float64,
self.lnpdf_arr0D,
]
for fn in fns:
init = rng.random((50, 1))
Expand Down

0 comments on commit 2be5dd8

Please sign in to comment.