ratt-ru / pfb-imaging

Preconditioned forward/backward clean algorithm
MIT License
7 stars 5 forks source link

[WIP] dask PSI operator #4

Closed sjperkins closed 4 years ago

sjperkins commented 4 years ago

The compute() calls work, now I need to test whether they do the right thing. I think I'm going to have to work out how to combine them with the prox_21 code, which will also need daskification.

sjperkins commented 4 years ago

@landmanbester I've got the dask prox_21 operator running through. Haven't checked the result. Could you please take a look?

landmanbester commented 4 years ago

Awesome, thanks. I'll have a look. Maybe it's also time to get the testing framework up and running. Will give that a go this week

sjperkins commented 4 years ago

Cool, BTW have done some basic testing that dot+hdot agree between dask and numpy versions

landmanbester commented 4 years ago

Awesome, thanks @sjperkins this is really very useful