Skip to content

Commit

Permalink
modified main paths
Browse files Browse the repository at this point in the history
  • Loading branch information
rsexton2 committed Feb 22, 2024
1 parent 46666fa commit 5ff922d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion basicrta/gibbs.py
Original file line number Diff line number Diff line change
Expand Up @@ -384,4 +384,4 @@ def estimate_tau(self):

cutoff = args.contacts.split('/')[-1].strip('.pkl').split('_')[-1]
os.chdir(f'basicrta-{cutoff}')
ParallelGibbs(args.contacts).run(run_resids=args.resid)
ParallelGibbs(os.path.abspath(args.contacts)).run(run_resids=args.resid)

0 comments on commit 5ff922d

Please sign in to comment.