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 f8b5f7f commit f8d40cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sbijax/_src/_sbi_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def __init__(self, model_fns):
self._len_theta = len(self.prior_sampler_fn(seed=jr.PRNGKey(123)))

@abc.abstractmethod
def sample_posterior(self, rng_key: jr.KeyArray, **kwargs):
def sample_posterior(self, rng_key, **kwargs):
"""Sample from the posterior distribution.
Args:
Expand Down

0 comments on commit f8d40cc

Please sign in to comment.