JuliaParallel / Dagger.jl

A framework for out-of-core and parallel execution
Other
621 stars 67 forks source link

Special-case StreamingFunction in EagerThunkMetadata() constructor #486

Closed JamesWrigley closed 5 months ago

JamesWrigley commented 5 months ago

This was using the chunktypes() API, which I don't think is correct in general. Now all the tests pass for me.

jpsamaroo commented 5 months ago

Thanks!