You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that we are using Data instead of SampledFunction (#102 ) we should make sure we are taking advantage of that from the perspective of a Dataset having any Data instead of requiring a SampledFunction. We have used ConstantFunction to make Scalar and Tuple Data be a SampledFunction. That should no longer be needed.
The text was updated successfully, but these errors were encountered:
Now that we are using
Data
instead ofSampledFunction
(#102 ) we should make sure we are taking advantage of that from the perspective of aDataset
having anyData
instead of requiring aSampledFunction
. We have usedConstantFunction
to make Scalar and Tuple Data be a SampledFunction. That should no longer be needed.The text was updated successfully, but these errors were encountered: