Skip to content
Snippets Groups Projects
Commit b04d2c15 authored by boerriev00's avatar boerriev00
Browse files

Smol Fix

parent 4ef5beb1
Branches chodera
No related tags found
No related merge requests found
...@@ -29,7 +29,7 @@ def estimate_equil_correlation(timeline, dt, n_points_equil=500, folder="./", ti ...@@ -29,7 +29,7 @@ def estimate_equil_correlation(timeline, dt, n_points_equil=500, folder="./", ti
if (len(timeline)- t0 +1) < 32: if (len(timeline)- t0 +1) < 32:
autocorr_index = -32 autocorr_index = -32
tmp_autocorr_arr = autocorrelate(effective_timeline[autocorr_index:], normalize=True) tmp_autocorr_arr = autocorrelate(timeline[autocorr_index:], normalize=True)
lag_times = tmp_autocorr_arr[:,0] lag_times = tmp_autocorr_arr[:,0]
autocorr_vals = tmp_autocorr_arr[:,1] autocorr_vals = tmp_autocorr_arr[:,1]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment