dswah / pyGAM

[HELP REQUESTED] Generalized Additive Models in Python
https://pygam.readthedocs.io
Apache License 2.0
857 stars 157 forks source link

Update license in flit package metadata to match LICENSE file #274

Closed eganjs closed 4 years ago

eganjs commented 4 years ago

Resolves #269

codecov[bot] commented 4 years ago

Codecov Report

Merging #274 into master will increase coverage by 0.12%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #274      +/-   ##
==========================================
+ Coverage   95.05%   95.18%   +0.12%     
==========================================
  Files          22       22              
  Lines        3178     3178              
==========================================
+ Hits         3021     3025       +4     
+ Misses        157      153       -4     
Impacted Files Coverage Δ
pygam/utils.py 87.73% <0.00%> (+0.30%) :arrow_up:
pygam/tests/test_GAM_methods.py 100.00% <0.00%> (+0.36%) :arrow_up:
pygam/tests/test_utils.py 96.50% <0.00%> (+1.39%) :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 2942579...e27a205. Read the comment docs.

dswah commented 4 years ago

@eganjs This is great! Thank you!