Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zaxtax committed Nov 15, 2021
1 parent 5fab7a7 commit 13211ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pymc/sampling_jax.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ def sample_numpyro_nuts(
vars_to_sample = list(get_default_varnames(var_names, include_transformed=keep_untransformed))
inputs = [model.rvs_to_values[i] for i in model.free_RVs]


tic1 = pd.Timestamp.now()
print("Compiling...", file=sys.stdout)

Expand Down

0 comments on commit 13211ab

Please sign in to comment.