From: Wolfgang Bangerth Date: Fri, 2 Sep 2022 13:48:40 +0000 (-0600) Subject: Update a couple of numbers. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36028e53c57bf72d5d5c35f6e059a5b24edc57ae;p=code-gallery.git Update a couple of numbers. --- diff --git a/MCMC-Laplace/mcmc-laplace.cc b/MCMC-Laplace/mcmc-laplace.cc index 2fa932d..1c5a752 100644 --- a/MCMC-Laplace/mcmc-laplace.cc +++ b/MCMC-Laplace/mcmc-laplace.cc @@ -856,8 +856,8 @@ int main() for (auto &el : starting_coefficients) el = 1.; sampler.sample(starting_coefficients, - (testing ? 250 * 40 /* takes 40 seconds */ + (testing ? 250 * 40 /* takes 10 seconds */ : - 100000000 /* takes 6 days */ + 100000000 /* takes 1.5 days */ )); }