Skip to content

Commit

Permalink
fix multiband test
Browse files Browse the repository at this point in the history
  • Loading branch information
tbmiller-astro committed Feb 6, 2024
1 parent dca6629 commit 3224d62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_multiband.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def test_multiband(fitter):
assert 'yc' in mb_fitter.unlinked_params
assert 'xc' in mb_fitter.const_params

res = mb_fitter.estimate_posterior()
res = mb_fitter.estimate_posterior(rkey = PRNGKey(11))
summ_dict = res.summary().to_dict(orient = 'index')

#Make sure all of the variables that should exist do
Expand Down

0 comments on commit 3224d62

Please sign in to comment.