Skip to content

Commit

Permalink
TEST: Add # pragma: no cover
Browse files Browse the repository at this point in the history
  • Loading branch information
oyamad committed May 14, 2017
1 parent 0cb8910 commit 0b705e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quantecon/compute_fp.py
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ def _square_sum(a):
return _square_sum_array


def _square_sum_array(a):
def _square_sum_array(a): # pragma: no cover
sum_ = 0
for x in a.flat:
sum_ += x**2
Expand Down

0 comments on commit 0b705e0

Please sign in to comment.