Skip to content

Commit

Permalink
Remove ties_okay parameter erroneously listed in expect_column_sum_to…
Browse files Browse the repository at this point in the history
…_be_between expectation
  • Loading branch information
jcampbell committed Mar 13, 2018
1 parent ca5e99c commit 5a9a526
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion great_expectations/dataset/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -2314,7 +2314,6 @@ def expect_column_sum_to_be_between(self,
column,
min_value=None,
max_value=None,
ties_okay=None,
result_format=None, include_config=False, catch_exceptions=None, meta=None
):
"""Expect the column to sum to be between an min and max value
Expand Down

0 comments on commit 5a9a526

Please sign in to comment.