cmelab / polybinder

Initialization of thermoplastic polymer systems to simulate thermal welding
GNU General Public License v3.0
2 stars 5 forks source link

replace 0 with 1 when sampling from weibull distribution #97

Closed chrisjonesBSU closed 1 year ago

chrisjonesBSU commented 1 year ago

Fixes a long standing issue of zeros being returned when sampling the weibull distribution to obtain polymer lengths

codecov[bot] commented 1 year ago

Codecov Report

Merging #97 (db8bc74) into master (7c00e3a) will decrease coverage by 0.23%. The diff coverage is 33.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #97      +/-   ##
==========================================
- Coverage   92.29%   92.06%   -0.24%     
==========================================
  Files           7        7              
  Lines         766      769       +3     
==========================================
+ Hits          707      708       +1     
- Misses         59       61       +2     
Impacted Files Coverage Δ
polybinder/system.py 95.22% <33.33%> (-0.45%) :arrow_down: