From 9bff2c6d21305f7b698b0d625c15317203cae67a Mon Sep 17 00:00:00 2001
From: Rayne Liu <rl746@cornell.edu>
Date: Tue, 22 Sep 2020 17:04:01 +0000
Subject: [PATCH] Change root path

---
 code/NR_Interpolate-001_t_10M.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/code/NR_Interpolate-001_t_10M.py b/code/NR_Interpolate-001_t_10M.py
index cba9672..b4a149c 100644
--- a/code/NR_Interpolate-001_t_10M.py
+++ b/code/NR_Interpolate-001_t_10M.py
@@ -33,7 +33,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