Skip to content

Commit

Permalink
added main call for distributed gibbs running
Browse files Browse the repository at this point in the history
  • Loading branch information
rsexton2 committed Feb 22, 2024
1 parent fe2fb3d commit 46666fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions basicrta/gibbs.py
Original file line number Diff line number Diff line change
Expand Up @@ -382,4 +382,6 @@ def estimate_tau(self):
parser.add_argument('--resid', type=int)
args = parser.parse_args()

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

0 comments on commit 46666fa

Please sign in to comment.