Closed ali-ramadhan closed 4 years ago
Merging #67 into master will increase coverage by
0.11%
. The diff coverage isn/a
.
@@ Coverage Diff @@
## master #67 +/- ##
==========================================
+ Coverage 94.91% 95.03% +0.11%
==========================================
Files 11 11
Lines 295 302 +7
==========================================
+ Hits 280 287 +7
Misses 15 15
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 3dac4ab...7620fed. Read the comment docs.
Also upgraded to Oceananigans v0.24.1 which introduces some breaking changes like face fields having N+1 grid points in bounded dimensions, i.e. w has size
N * N * N+1
(see https://github.com/climate-machine/Oceananigans.jl/pull/644), so I had to revise the regression tests.