manoharan-lab / holopy

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

Fasttestinterface #369

Closed briandleahy closed 3 years ago

briandleahy commented 3 years ago

This PR speed up the slow holopy.inference.tests.test_interface.TestStrategyHandling.test_default_sampling_strategy_is_emcee test by monkey-patching EmceeStrategy to use 1 sample, running the test, and monkey-patching the EmceeStrategy back to its default behavior again.