Skip to content

Commit

Permalink
Skip a doctest that was throwing warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
stinodego committed Jul 28, 2023
1 parent 274e37d commit f7c3325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py-polars/polars/series/series.py
Original file line number Diff line number Diff line change
Expand Up @@ -4562,7 +4562,7 @@ def apply(
Examples
--------
>>> s = pl.Series("a", [1, 2, 3])
>>> s.apply(lambda x: x + 10)
>>> s.apply(lambda x: x + 10) # doctest: +SKIP
shape: (3,)
Series: 'a' [i64]
[
Expand Down

0 comments on commit f7c3325

Please sign in to comment.