Skip to content

Commit d817d4a

Browse files
committed
removed get_tau return
1 parent 02d1064 commit d817d4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

basicrta/cluster.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ def get_taus(self, nproc=1):
142142
setattr(self, 'bars', bars)
143143
setattr(self, 'residues', np.array(residues))
144144
setattr(self, 'files', np.array(results))
145-
return taus[:, 1], bars
145+
#return taus[:, 1], bars
146146

147147
def write_data(self, fname='tausout'):
148148
r"""Write :math:`\tau` values with 95\% confidence interval to a numpy

0 commit comments

Comments
 (0)