Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion SAFEP_Tutorial_Notebook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@
"#Caution: if you have multiple fepout files, name them alphanumerically\n",
"\n",
"fepoutFiles = glob(bound_fep_path+filename) #Resolve any naming regular expressions\n",
"u_nk = safep.read_and_process(fepoutFiles, temperature, detectEQ=detectEQ) #u_nk stores the fep data\n",
"u_nk = safep.read_and_process(fepoutFiles, temperature, decorrelate=None, detectEQ=detectEQ) #u_nk stores the fep data\n",
"perWindow, cumulative = safep.do_estimation(u_nk) #Run the BAR estimator on the fep data\n",
"forward, forward_error, backward, backward_error = safep.do_convergence(u_nk) #Used later in the convergence plot\n",
"\n",
Expand Down