Closed carterbox closed 3 years ago
Hello @carterbox! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:
src/tike/operators/cupy/ptycho.py
:Line 39:81: E501 line too long (91 > 80 characters)
Ignoring the line to long warning because it is documentation related and breaking the line changes the sphinx output.
Main objective is to update the documentation and examples. Found some bugs along the way and moved some functions out of the public API.