Skip to content

Commit 13211ab

Browse files
committed
lint fix
1 parent 5fab7a7 commit 13211ab

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pymc/sampling_jax.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ def sample_numpyro_nuts(
116116
vars_to_sample = list(get_default_varnames(var_names, include_transformed=keep_untransformed))
117117
inputs = [model.rvs_to_values[i] for i in model.free_RVs]
118118

119-
120119
tic1 = pd.Timestamp.now()
121120
print("Compiling...", file=sys.stdout)
122121

0 commit comments

Comments
 (0)