Skip to content

Commit

Permalink
updated b_color_structure module occupancies
Browse files Browse the repository at this point in the history
  • Loading branch information
rsexton2 committed Mar 8, 2024
1 parent d4866f1 commit 7bf7f5b
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 @@ -92,7 +92,7 @@ def plot_protein(self, **kwargs):
def b_color_structure(self, structure):
taus, bars = self._get_taus()
cis = bars[1]+bars[0]
errs = cis/taus
errs = taus/cis
errs[errs != errs] = 0
residues = list(self.residues.keys())
u = mda.Universe(structure)
Expand Down

0 comments on commit 7bf7f5b

Please sign in to comment.