We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41f6500 commit f281f44Copy full SHA for f281f44
lib/explorer/backend/lazy_series.ex
@@ -248,13 +248,6 @@ defmodule Explorer.Backend.LazySeries do
248
@doc false
249
def operations, do: @operations
250
251
- @impl true
252
- # When performing lazy operations, we should only have a single
253
- # LazySeries with a resource, it is not possible to operate on
254
- # different lazy series from different nodes, and
255
- # Explorer.Shared.apply_series was written such that a LazySeries
256
- # always wins. This means LazySeries can have references, but
257
-
258
@impl true
259
def cast(%Series{} = s, dtype) do
260
args = [lazy_series!(s), dtype]
0 commit comments