Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 293 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 293 Bytes

sharpy

Ptychography reconstruction

Continous Integration

Github Actions is set up to test numpy operations under sharpy/tests. Manually test using:

$ pytest

Manually test cupy operations in /tests/cupy_check.py using:

$ pytest sharpy/tests/cupy_check.py