Closed geosciz closed 7 years ago
Merging #57 into master will increase coverage by
0.14%
. The diff coverage is100%
.
@@ Coverage Diff @@
## master #57 +/- ##
==========================================
+ Coverage 71.73% 71.88% +0.14%
==========================================
Files 4 4
Lines 598 601 +3
Branches 108 108
==========================================
+ Hits 429 432 +3
Misses 138 138
Partials 31 31
Impacted Files | Coverage Δ | |
---|---|---|
floater/generators.py | 88.02% <100%> (+0.21%) |
:arrow_up: |
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 f771c0f...c2e4ac9. Read the comment docs.
This pull request modifies some expensive steps in
npart_to_2D_array
regarding dtype and pandas DataFrame, reducing the time cost offloater_convert
from 2 minutes to 30 seconds per timestep. It also changes the names of the output coordinates fromlat
andlon
toy0
andx0
, respectively.cc: @rabernat