Skip to content

Commit

Permalink
MAINT: Fixed "Line too long" error
Browse files Browse the repository at this point in the history
WHen attemping to commit a change, a "Line too long"
error occured. Line 757 has been shortened.
  • Loading branch information
Eugenia-Mazur committed Apr 15, 2024
1 parent 0488102 commit 63aa1b1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions numpy_financial/_financial.py
Original file line number Diff line number Diff line change
Expand Up @@ -752,10 +752,10 @@ def irr(values, *, raise_exceptions=False, selection_logic=_irr_default_selectio
Set to False as default, thus returning NaNs in the two previous
cases.
selection_logic: function, optional
Function for selection logic when more than 1 real solutions is found. User may
insert their own customised function for selection of IRR values.
The function should accept a one-dimensional array of numbers
and return a number.
Function for selection logic when more than 1 real solutions is found.
User may insert their own customised function for selection
of IRR values.The function should accept a one-dimensional array
of numbers and return a number.
Returns
Expand Down

0 comments on commit 63aa1b1

Please sign in to comment.