manoharan-lab / holopy

Hologram processing and light scattering in python
GNU General Public License v3.0
131 stars 50 forks source link

fit and sample functions don't take strategy arguments #354

Closed barkls closed 4 years ago

barkls commented 4 years ago

Right now the convenient fit and sample functions always use the default strategy. It is not possible to choose strategy by name through a keyword argument, as described in the docs.

Thanks to @anna-wang for finding this bug.