Skip to content

Commit

Permalink
rm comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tompollard committed Jan 19, 2018
1 parent 34881ad commit 7ed04d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tableone.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,6 @@ def _create_cont_table(self,data):
# add pval column
if self.pval:
table = table.join(self._significance_table[['pval','ptest']])
# table['pval'] = table['pval'].round(3)

return table

Expand Down

0 comments on commit 7ed04d9

Please sign in to comment.