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 0ffcc51 commit cc6427d
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 @@ -63,7 +63,7 @@ def __init__(self, contacts, nproc=1, ncomp=15, niter=50000):
self.contacts = pickle.load(f)
self.cutoff = float(contacts.strip('.pkl').split('/')[-1].split('_')[-1])
self.niter, self.nproc, self.ncomp = niter, nproc, ncomp
os.chdir(f'basicrta-{cutoff}')
os.chdir(f'basicrta-{self.cutoff}')



Expand Down

0 comments on commit cc6427d

Please sign in to comment.