Skip to content

Commit

Permalink
verify: updated default ci setting on summary to be consistent with m…
Browse files Browse the repository at this point in the history
…ethods
  • Loading branch information
drsteve committed May 25, 2018
1 parent 682ab80 commit 717c24a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion verify.py
Original file line number Diff line number Diff line change
Expand Up @@ -906,7 +906,7 @@ def MatthewsCC(self):
self.attrs['MatthewsCC'] = numer/denom
return self.attrs['MatthewsCC']

def summary(self, verbose=False, ci=False):
def summary(self, verbose=False, ci=None):
dum = self.POFD(ci=ci)
dum = self.POD(ci=ci)
dum = self.PC(ci=ci)
Expand Down

0 comments on commit 717c24a

Please # to comment.