Remove function having a bug from test coverage
Project: http://git-wip-us.apache.org/repos/asf/climate/repo Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/23551e28 Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/23551e28 Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/23551e28 Branch: refs/heads/master Commit: 23551e28cec66f8263b48b3a933c9d1e42dd87a4 Parents: a389b62 Author: Ibrahim <[email protected]> Authored: Sun Jun 12 22:35:07 2016 +0530 Committer: Ibrahim <[email protected]> Committed: Tue Jun 14 01:19:17 2016 +0530 ---------------------------------------------------------------------- .coveragerc | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/climate/blob/23551e28/.coveragerc ---------------------------------------------------------------------- diff --git a/.coveragerc b/.coveragerc index 4e4a627..2bab358 100644 --- a/.coveragerc +++ b/.coveragerc @@ -18,3 +18,5 @@ [report] exclude_lines = if __name__ == .__main__.: + # Due to issue https://issues.apache.org/jira/browse/CLIMATE-803 + def calc_subregion_area_mean_and_std*
