mirror of
https://github.com/vale981/stocproc
synced 2025-03-04 17:21:42 -05:00
Merge branch 'master' of https://github.com/cimatosa/stocproc
This commit is contained in:
commit
62dff59183
1 changed files with 1 additions and 1 deletions
|
@ -683,7 +683,7 @@ def auto_grid_points(r_tau, t_max, tol = 1e-8, err_method = max_error, name = 'm
|
|||
print("reconstruct correlation function ({} points)...".format(ng_fine))
|
||||
r_t_s = stoc_proc.recons_corr(t_fine)
|
||||
if verbose > 1:
|
||||
print("calculate exact correlation function ...")
|
||||
print("calculate exact correlation function ({} points)...".format(ng_fine))
|
||||
r_t_s_exact = r_tau(t_fine.reshape(ng_fine,1) - t_fine.reshape(1, ng_fine))
|
||||
if verbose > 1:
|
||||
print("calculate error using {} ...".format(err_method_name))
|
||||
|
|
Loading…
Add table
Reference in a new issue