Skip to content

Commit

Permalink
Improve documentation of marginal rate test
Browse files Browse the repository at this point in the history
Co-authored-by: Hajar AIT EL KADI <[email protected]>
  • Loading branch information
Mauko Quiroga and HAEKADI authored Aug 25, 2021
1 parent 357d0b0 commit ef3bfff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openfisca_core/commons/tests/test_rates.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def test_average_rate_when_varying_is_zero():


def test_marginal_rate_when_varying_is_zero():
"""When the varying gross income crosses zero it yields infinity."""
"""Yields infinity when the varying gross income crosses zero."""

target = numpy.array([1, 2, 3])
varying = numpy.array([0, 0])
Expand Down

0 comments on commit ef3bfff

Please sign in to comment.