Details
-
Improvement
-
Status: Triage Needed
-
P3
-
Resolution: Unresolved
-
None
-
None
Description
Currently you can perform arithmetic operations between deferred scalars and deferred frames (e.g. s.mean()*s), but you can't do arithmetic between two deferred scalars (e.g. s.sum()/s.count()). Because DeferredScalar doesn't have any implementations for arithmetic ops.