NREL / PVDegradationTools

Set of tools to calculate degradation responses and degradation related parameters for PV.
https://pvdegradationtools.readthedocs.io/
Other
24 stars 6 forks source link

Kempe gap calc #114

Closed MDKempe closed 1 day ago

MDKempe commented 3 weeks ago

This is the creation of a 1-D diffusion calculator and a tool to use it. It is currently set up to do calculations through an edge seal and into an encapsulant.

codecov-commenter commented 3 weeks ago

Codecov Report

Attention: Patch coverage is 88.97638% with 14 lines in your changes missing coverage. Please review.

Project coverage is 66.03%. Comparing base (42eaa0d) to head (c54dfe0).

Files with missing lines Patch % Lines
pvdeg/diffusion.py 88.65% 11 Missing :warning:
pvdeg/scenario.py 0.00% 3 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## development #114 +/- ## =============================================== + Coverage 65.16% 66.03% +0.86% =============================================== Files 34 36 +2 Lines 3270 3392 +122 =============================================== + Hits 2131 2240 +109 - Misses 1139 1152 +13 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

tobin-ford commented 2 weeks ago

I am writing testing for this.