Skip to content

Commit

Permalink
doc strings are all looking nice
Browse files Browse the repository at this point in the history
  • Loading branch information
dvatterott committed Jan 3, 2019
1 parent 7aff424 commit cc9a594
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions predeval/categorical.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,8 @@ def check_chi2(self, comparison_data=None):
Returns
-------
(tuple): tuple containing:
test_name (str): name of test
pass (bool): whether passed test
(string, bool)
2 item tuple with test name and boolean expressing whether passed test.
"""
assert self.assertion_params['chi2_test'], 'Must input or load reference data chi2-test'
Expand Down

0 comments on commit cc9a594

Please sign in to comment.