astro-informatics / purify

Next-generation radio interferometric imaging.
https://astro-informatics.github.io/purify
GNU General Public License v2.0
16 stars 11 forks source link

All but one algorithms in algorithm_factory are commented out #307

Open tkoskela opened 2 years ago

tkoskela commented 2 years ago

In https://github.com/astro-informatics/purify/blob/5833dbd35f214212aa17c368984bcae180cf5dee/cpp/purify/algorithm_factory.h#L312 the only algorithm not commented out is padmm. From main.cc, fb_factory is called directly without going through the algorithm_factory wrapper. Why is it there?