AdvancedPhotonSource / tike

Repository for ptychography software
http://tike.readthedocs.io
Other
29 stars 15 forks source link

REF: Add type hints to some modules #255

Closed carterbox closed 1 year ago

carterbox commented 1 year ago

Purpose

Avoid an API break in CuPy by using the numpy typing system directly. Cupy's typing module is basically an alias for NumPy's module, but non-public changes have broken compatability.

Approach

Pre-Merge Checklists

Submitter

Reviewer