File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -5,15 +5,13 @@ python:
55# command to install dependencies
66install :
77 - pip3 install --upgrade setuptools==41.0.0
8- # - pip3 install statsmodels
9- # - pip3 install matplotlib
8+ - pip3 install .
109# - pip3 install -r requirements.txt
1110
1211# commands to run tes
1312# before_script: redis-cli ping
1413
1514script :
16- # - cd Leo02016/AIX360
1715 - python3.6 ./tests/contrastive/test_CEM_MAF.py
1816 - python3.6 ./tests/contrastive/test_CEM.py
1917 - python3.6 ./tests/protodash/test_PDASH.py
@@ -25,6 +23,7 @@ script:
2523 - python3.6 ./tests/lime/test_lime.py
2624 - python3.6 ./tests/shap/test_shap.py
2725 - python3.6 ./tests/sif/test_SIF.py
26+ - python3.6 ./tests/sif/test_SIF.py
2827after_success :
2928# - codecov
3029
You can’t perform that action at this time.
0 commit comments