Skip to content

Commit

Permalink
fixed typeerror in weighted_densities
Browse files Browse the repository at this point in the history
  • Loading branch information
rsexton2 committed Feb 15, 2024
1 parent 2630268 commit 7be58c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion basicrta/weighted_density.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def weighted_densities(self):
f'resid {resid}')
.center_of_geometry(), xdim=40, ydim=40,
zdim=40)
d.run(verbose=True, frames=sortinds[k, :self.N])
d.run(verbose=True, frames=sortinds[k][:self.N])
if self.N is not None:
outname = f'{self.gibbs.residue}/wcomp{k}_top{self.N}.dx'
else:
Expand Down

0 comments on commit 7be58c2

Please sign in to comment.