dswah / pyGAM

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

Filter warnings #221

Closed dswah closed 5 years ago

dswah commented 5 years ago

use the context manager instead of manually messing with the warnings filter

codecov[bot] commented 5 years ago

Codecov Report

Merging #221 into master will decrease coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #221      +/-   ##
==========================================
- Coverage   94.86%   94.86%   -0.01%     
==========================================
  Files          22       22              
  Lines        3057     3056       -1     
==========================================
- Hits         2900     2899       -1     
  Misses        157      157
Impacted Files Coverage Δ
pygam/utils.py 87.5% <100%> (-0.04%) :arrow_down:

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 1f93d98...9abdc2d. Read the comment docs.