mitchute / GLHE

MIT License
2 stars 3 forks source link

Second round of updates #85

Closed Myoldmopar closed 5 months ago

Myoldmopar commented 5 months ago

I'll try to itemize changes here. I still want to eliminate the scipy dependency in the u-tube segment class before wrapping up here. That will move scipy to only the functions class. And I might even pull it into its own file as well.

coveralls commented 5 months ago

Pull Request Test Coverage Report for Build 8707470054

Details


Changes Missing Coverage Covered Lines Changed/Added Lines %
glhe/profiles/external_base.py 41 42 97.62%
glhe/utilities/functions.py 25 26 96.15%
glhe/aggregation/base_agg.py 9 12 75.0%
glhe/aggregation/dynamic.py 6 9 66.67%
glhe/standalone/plant_loop.py 6 14 42.86%
<!-- Total: 168 184 91.3% -->
Files with Coverage Reduction New Missed Lines %
glhe/output_processor/output_processor.py 2 94.12%
<!-- Total: 2 -->
Totals Coverage Status
Change from base Build 8635448154: -0.003%
Covered Lines: 2267
Relevant Lines: 2589

💛 - Coveralls