typo in file path on bluebear

parent 62fda245
......@@ -10,7 +10,7 @@ def readChain():
read in the chains
'''
try:
samples = np.genfromtxt('/rds/projects/v/vecchio-gw-pta/hannah/repositories/PTAInterpretation/chains/dr2new_crn_fixed/chains_h.txt')
samples = np.genfromtxt('/rds/projects/v/vecchioa-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