Closed mauro3 closed 5 months ago
Attention: Patch coverage is 94.40994%
with 9 lines
in your changes are missing coverage. Please review.
Project coverage is 87.74%. Comparing base (
24a9384
) to head (e36e54d
).
Files | Patch % | Lines |
---|---|---|
src/WhereTheWaterFlows.jl | 95.33% | 7 Missing :warning: |
src/postproc.jl | 81.81% | 2 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Perf improvements are ok:
On master 24a938467957587b2de222434122 (seems to scale roughly as dof^2)
This PR (seems to scale roughly linearly with dof)
With a DEM with LOTS of pits:
This is on top of PR #29