AdvancedPhotonSource / tike

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

BUG: Silence deprecation warning about type cast #156

Closed carterbox closed 3 years ago

carterbox commented 3 years ago

The cupy.int() functionality is deprecated. I followed recommendations and cast to python built-in int instead.