From 6bfbc66701b474fc3683cb67b1ddfc92546b6ffe Mon Sep 17 00:00:00 2001 From: Rayne Liu <rl746@cornell.edu> Date: Tue, 20 Oct 2020 00:08:21 +0000 Subject: [PATCH] Minor bug fix --- code/Mock7tones_Generate-0001_t_10M_wandt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/Mock7tones_Generate-0001_t_10M_wandt.py b/code/Mock7tones_Generate-0001_t_10M_wandt.py index 268aa88..4a19c2e 100644 --- a/code/Mock7tones_Generate-0001_t_10M_wandt.py +++ b/code/Mock7tones_Generate-0001_t_10M_wandt.py @@ -35,7 +35,7 @@ import random #tshift: time shift after the strain peak #vary_fund: whether you vary the fundamental frequency. Works in the model_dv function. -rootpath= "/Users/RayneLiu/git/rdstackingproject"#"/work/rayne.liu/git/rdstackingproject" +rootpath= "/work/rayne.liu/git/rdstackingproject"#"/Users/RayneLiu/git/rdstackingproject" nmax=1 tshift=10 #vary_fund = True -- GitLab