Skip to content

Commit

Permalink
c
Browse files Browse the repository at this point in the history
  • Loading branch information
nameexhaustion committed Oct 9, 2024
1 parent f6d6345 commit cf3bb9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions py-polars/polars/series/series.py
Original file line number Diff line number Diff line change
Expand Up @@ -1088,6 +1088,7 @@ def __truediv__(self, other: Any) -> Series | Expr:
self._recursive_cast_to_dtype(Float64())
if not (
self.dtype.is_float()
or self.dtype.is_decimal()
or isinstance(self.dtype, List)
or (isinstance(other, Series) and isinstance(other.dtype, List))
)
Expand Down

0 comments on commit cf3bb9d

Please sign in to comment.