Skip to content

Commit

Permalink
blub
Browse files Browse the repository at this point in the history
  • Loading branch information
dirmeier committed Feb 22, 2024
1 parent 6f242f8 commit f8b5f7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
pip install hatch
- name: Build package
run: |
pip install jaxlib jax
pip install jaxlib==0.4.24 jax==0.4.24
- name: Run tests
run: |
hatch run test:test
Expand Down
2 changes: 1 addition & 1 deletion sbijax/_src/mcmc/irmh.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
def sample_with_imh(
rng_key, lp, prior, *, n_chains=4, n_samples=2_000, n_warmup=1_000, **kwargs
):
r"""Draw sanokes using the indepdendent Metropolis-Hastings sampler.
r"""Draw samples using the indepdendent Metropolis-Hastings sampler.
Args:
rng_seq: a hk.PRNGSequence
Expand Down

0 comments on commit f8b5f7f

Please sign in to comment.