Closed andrewpaulreeves closed 2 years ago
Merging #76 (3aac670) into master (5bd74bf) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #76 +/- ##
=======================================
Coverage 91.80% 91.80%
=======================================
Files 42 42
Lines 2014 2014
=======================================
Hits 1849 1849
Misses 165 165
Impacted Files | Coverage Δ | |
---|---|---|
aotools/functions/zernike.py | 96.89% <ø> (ø) |
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 5bd74bf...3aac670. Read the comment docs.
This would break some Zernike making functions, which give floats (even though they are always ints). Now make them ints explicitly.