Skip to content

Commit

Permalink
Removed prints and empty cells.
Browse files Browse the repository at this point in the history
  • Loading branch information
vitenti committed Jun 19, 2023
1 parent dd29eea commit e8685be
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
8 changes: 0 additions & 8 deletions notebooks/apes_tests/rosenbrock_mcmc.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -387,14 +387,6 @@
" plt.tight_layout()\n",
" plt.savefig(\"rosenbrock_kde_kernels.pdf\", bbox_inches=\"tight\")"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "4c49a2b9",
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand Down
3 changes: 0 additions & 3 deletions numcosmo_py/experiments/gauss_constraint.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,6 @@ def run_gauss_constraint_mcmc(
cov_np = np.array(cov.dup_array())
cov_np.shape = (dim, dim)

print(bounds[:, 0])
print(bounds[:, 1])

tmvn_sampler = TruncatedMVN(
mu=np.zeros(dim), cov=cov_np, lb=bounds[:, 0], ub=bounds[:, 1], seed=0
)
Expand Down

0 comments on commit e8685be

Please sign in to comment.