BouchardLab / pyuoi

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

made pycasso optional #179

Closed JesseLivezey closed 5 years ago

JesseLivezey commented 5 years ago

Motivation is 1), to remove strict dependence on unmaintained package and 2) make it possible to create a conda package of pyuoi (can't have pip-only deps).

JesseLivezey commented 5 years ago

pip install .[perf] should now install mpi4py and pycasso

codecov[bot] commented 5 years ago

Codecov Report

Merging #179 into master will increase coverage by 0.21%. The diff coverage is 50%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #179      +/-   ##
==========================================
+ Coverage   91.64%   91.86%   +0.21%     
==========================================
  Files          17       17              
  Lines        1520     1524       +4     
==========================================
+ Hits         1393     1400       +7     
+ Misses        127      124       -3
Impacted Files Coverage Δ
pyuoi/linear_model/lasso.py 91.22% <50%> (-4.93%) :arrow_down:
pyuoi/decomposition/base.py 66.66% <50%> (+6.66%) :arrow_up:
pyuoi/linear_model/base.py 81.59% <0%> (+1.53%) :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 5dd3f25...d495768. Read the comment docs.