Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
Signed-off-by: Devin Petersohn <devin.petersohn@snowflake.com>
  • Loading branch information
sfc-gh-dpetersohn committed Jul 23, 2024
1 parent 4244e64 commit f89c66a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modin/polars/series.py
Original file line number Diff line number Diff line change
Expand Up @@ -1755,7 +1755,7 @@ def map_elements(
"""
if return_dtype is not None or skip_nulls is False:
ErrorMessage.warn(

Check warning on line 1757 in modin/polars/series.py

View check run for this annotation

Codecov / codecov/patch

modin/polars/series.py#L1756-L1757

Added lines #L1756 - L1757 were not covered by tests
f"`return_dtype` and `skip_nulls=False` are not supported yet"
"`return_dtype` and `skip_nulls=False` are not supported yet"
)
return self.__constructor__(values=self.to_pandas().apply(function))

Check warning on line 1760 in modin/polars/series.py

View check run for this annotation

Codecov / codecov/patch

modin/polars/series.py#L1760

Added line #L1760 was not covered by tests

Expand Down

0 comments on commit f89c66a

Please sign in to comment.