Skip to content

Commit

Permalink
rename execution method of the routine
Browse files Browse the repository at this point in the history
  • Loading branch information
rlouf committed Apr 3, 2020
1 parent 109cedf commit db62a78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mcx/execution.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def __init__(self, rng_key, runtime, num_warmup=1000, num_chains=4, **kwargs):
self.unravel_fn = unravel_fn
self.to_trace = to_trace

def take(self, num_samples=1000):
def run(self, num_samples=1000):
_, self.rng_key = jax.random.split(self.rng_key)

@jax.jit
Expand Down

0 comments on commit db62a78

Please sign in to comment.