Skip to content

Commit

Permalink
Fix line too long error
Browse files Browse the repository at this point in the history
  • Loading branch information
MashyBasker committed Dec 10, 2023
1 parent 6e8af4c commit 996adfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions numpy_financial/_financial.py
Original file line number Diff line number Diff line change
Expand Up @@ -1068,8 +1068,8 @@ def mirr(values, finance_rate, reinvest_rate, *, raise_exceptions=False):
... ) #doctest: +NORMALIZE_WHITESPACE
Traceback (most recent call last):
...
numpy_financial._financial.NoRealSolutionError: No real solution exists for MIRR since
all cashflows are of the same sign.
numpy_financial._financial.NoRealSolutionError:
No real solution exists for MIRR since all cashflows are of the same sign.
"""
values = np.asarray(values)
n = values.size
Expand Down

0 comments on commit 996adfb

Please sign in to comment.