BouchardLab / pyuoi

The Union of Intersections Framework in Python
https://pyuoi.readthedocs.io
Other
12 stars 16 forks source link

Fixed poisson intercept to work with MPI. Merged MPI tests into one, … #191

Closed pssachdeva closed 4 years ago

pssachdeva commented 4 years ago

…and added enet/poisson tests. Fixed warnings in uoi lasso tests.

codecov[bot] commented 4 years ago

Codecov Report

Merging #191 into master will increase coverage by 0.13%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #191      +/-   ##
==========================================
+ Coverage   91.81%   91.94%   +0.13%     
==========================================
  Files          17       17              
  Lines        1563     1565       +2     
==========================================
+ Hits         1435     1439       +4     
+ Misses        128      126       -2
Impacted Files Coverage Δ
pyuoi/linear_model/poisson.py 97.39% <100%> (+0.9%) :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 658536c...6789433. Read the comment docs.