Skip to content

Commit

Permalink
argh again
Browse files Browse the repository at this point in the history
  • Loading branch information
adrn committed May 11, 2021
1 parent dec1b1d commit 8e76767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hq/cli/run_thejoker.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def worker(task):

rnd = np.random.default_rng(seed)
logger.log(1, f"Worker {worker_id}: Creating TheJoker instance with {rnd}")
prior = c.get_prior()
prior, model = c.get_prior()
joker = tj.TheJoker(prior, random_state=rnd)
logger.debug(f"Worker {worker_id} on node {socket.gethostname()}: "
f"{len(source_ids)} stars left to process")
Expand Down

0 comments on commit 8e76767

Please sign in to comment.