paths for bluebear

parent d5731d8a
......@@ -9,7 +9,10 @@ def readChain():
'''
read in the chains
'''
samples = np.genfromtxt('../../chains/dr2new_crn_fixed/chains_h.txt')
try:
samples = np.genfromtxt('/rds/projects/v/vecchio-gw-pta/hannah/repositories/PTAInterpretation/chains/dr2new_crn_fixed/chains_h.txt')
except:
samples = np.genfromtxt('/home/ADF/middlehr/repositories/PTAInterpretation/chains/dr2new_crn_fixed/chains_h.txt')
return samples
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment