Open mjp98 opened 2 years ago
Merging #153 (60e0736) into master (9e3e0bb) will decrease coverage by
0.02%
. The diff coverage is0.00%
.
@@ Coverage Diff @@
## master #153 +/- ##
==========================================
- Coverage 55.29% 55.26% -0.03%
==========================================
Files 34 34
Lines 2400 2401 +1
==========================================
Hits 1327 1327
- Misses 1073 1074 +1
Impacted Files | Coverage Δ | |
---|---|---|
src/periodicline.jl | 15.00% <0.00%> (ø) |
|
src/GreensFun/CauchyWeight.jl | 23.80% <0.00%> (-0.59%) |
:arrow_down: |
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 9e3e0bb...60e0736. Read the comment docs.
This addresses https://github.com/JuliaApproximation/SingularIntegralEquations.jl/issues/152 by correcting calls of
domain(f::AbstractVector)
todomain(S::Space)
inhilbert(S::Space{<:PeriodicLine},f::AbstractVector,z::Number)
Is it worth adding tests? e.g.