From eb3c645bb8ac21c488c7bea12df49be5e3f0ee51 Mon Sep 17 00:00:00 2001 From: Valentin Boettcher Date: Tue, 17 May 2022 14:01:06 +0200 Subject: [PATCH] make tanhsinh less verbose --- stocproc/stocproc.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/stocproc/stocproc.py b/stocproc/stocproc.py index d6aa800..796a93c 100644 --- a/stocproc/stocproc.py +++ b/stocproc/stocproc.py @@ -694,10 +694,10 @@ class StocProc_TanhSinh(StocProc): d = np.abs(bcf_ref_t - I) / abs(bcf_ref_t[0]) d = np.max(d) - log.info("n:{} d:{} tol:{}".format(n, d, intgr_tol)) + log.debug("n:{} d:{} tol:{}".format(n, d, intgr_tol)) tau = np.linspace(0, (N - 1) * dt_tol, N) - log.info( + log.debug( "perform numeric check of entire time axis [{},{}] N:{}".format( 0, (N - 1) * dt_tol, N ) @@ -726,7 +726,7 @@ class StocProc_TanhSinh(StocProc): plt.show() assert d <= intgr_tol, "d:{}, intgr_tol:{}".format(d, intgr_tol) - log.info("done!") + log.debug("done!") yk, wk = method_ft.get_x_w_and_dt(n, wmax, t_max_ts) self.omega_k = yk