Closed toma-vlad closed 3 years ago
Merging #36 (e29ea71) into master (738b1d7) will decrease coverage by
0.03%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #36 +/- ##
==========================================
- Coverage 97.43% 97.40% -0.04%
==========================================
Files 9 9
Lines 156 154 -2
==========================================
- Hits 152 150 -2
Misses 4 4
Impacted Files | Coverage Δ | |
---|---|---|
src/LaserTypes.jl | 100.00% <ø> (ø) |
|
src/gauss.jl | 100.00% <100.00%> (ø) |
|
src/laguerre-gauss.jl | 100.00% <100.00%> (ø) |
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 738b1d7...e29ea71. Read the comment docs.
I refactored the code that computes
Ez
andBz
for Gauss and Laguerre-Gauss. Added a check form = 0
andp = 0
edge-cases and corrected some missing terms inside the formulae.