manoharan-lab / holopy

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

Failing Doctests #360

Closed barkls closed 4 years ago

barkls commented 4 years ago

Doctests fail on Travis after #357. This was obscured before because the unittests were failing on that PR so doctests never ran.

The problem looks pretty simple - some documentation including example code was moved from scattering tutorial to scattering user guide and it looks like some import statements didn't follow.

briandleahy commented 4 years ago

taking care of it now.