Ptychography-4-0 / ptychography

Code repository for Ptychography 4.0 project.
https://ptychography-4-0.github.io/ptychography/
GNU General Public License v3.0
27 stars 14 forks source link

Notebook with a simplified implementation for testing and reference purposes #43

Closed uellue closed 3 years ago

uellue commented 3 years ago

Contributor Checklist:

codecov[bot] commented 3 years ago

Codecov Report

Merging #43 (01488e1) into master (f64e89a) will decrease coverage by 2.81%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #43      +/-   ##
==========================================
- Coverage   66.90%   64.08%   -2.82%     
==========================================
  Files           8        8              
  Lines         278      323      +45     
  Branches       29       38       +9     
==========================================
+ Hits          186      207      +21     
- Misses         81      104      +23     
- Partials       11       12       +1     
Impacted Files Coverage Δ
src/ptychography40/reconstruction/ssb/udf.py 63.20% <0.00%> (-10.61%) :arrow_down:
src/ptychography40/reconstruction/ssb/trotters.py 65.88% <0.00%> (+1.68%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update f64e89a...01488e1. Read the comment docs.

uellue commented 3 years ago

Edit: Done! :-)

TODO: include the comment on the NumPy equivalent of the einsum() from the production code!