Skip to content

Commit

Permalink
Return ln prior and ln likelihood, duh
Browse files Browse the repository at this point in the history
  • Loading branch information
adrn committed May 10, 2021
1 parent 9e3a4a3 commit c5bf8eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hq/cli/run_thejoker_again.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ def worker(task):
rerun_samples = joker.rejection_sample(
task['data'],
prior_samples=conf.rerun_n_prior_samples,
return_logprobs=True,
in_memory=True)

# Ensure only positive K values
Expand Down

0 comments on commit c5bf8eb

Please sign in to comment.