Skip to content

Commit 782e252

Browse files
committed
linting
Signed-off-by: Fabio Vera <fabiovera@microsoft.com>
1 parent 6a07a52 commit 782e252

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

econml/utilities.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ def check_input_arrays(*args, validate_len=True, force_all_finite=True, dtype=No
531531
Whether to check if the input arrays have the same length.
532532
533533
force_all_finite : bool or 'allow-nan', default True
534-
Whether to allow inf and nan in input arrays.
534+
Whether to allow inf and nan in input arrays.
535535
'allow-nan': accepts only np.nan and pd.NA values in array. Values
536536
cannot be infinite.
537537

0 commit comments

Comments
 (0)