NCAR / wrf_hydro_py

Python API for the WRF-Hydro model
59 stars 43 forks source link

Grouped (Hierarchical) collections #194

Closed jmccreight closed 5 years ago

jmccreight commented 5 years ago

Tested. It really slows down the collection testing. There's also a strange failure when chunking and processing groups of single files, that seems to be an unlikely edge case.

coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 466


Changes Missing Coverage Covered Lines Changed/Added Lines %
wrfhydropy/core/collection.py 32 38 84.21%
<!-- Total: 47 53 88.68% -->
Files with Coverage Reduction New Missed Lines %
wrfhydropy/core/collection.py 7 92.82%
<!-- Total: 7 -->
Totals Coverage Status
Change from base Build 464: -0.2%
Covered Lines: 3364
Relevant Lines: 3802

💛 - Coveralls