File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,5 +5,4 @@ include = */pyglmnet/*
55omit =
66 */setup.py
77 */pyglmnet/benchmarks.py
8- */pyglmnet/datasets.py
98 */pyglmnet/externals/*.py
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ doc-publish:
5252.PHONY : install
5353install : dependencies
5454 @echo " #### Installing pyglmnet ####"
55- python setup.py develop install
55+ python setup.py install
5656 @echo " #### Pyglmnet installed successfully ####"
5757 @echo " #### Access http://glm-tools.github.io/pyglmnet/index.html for more information and tutorials ####"
5858
Original file line number Diff line number Diff line change @@ -394,6 +394,7 @@ def test_cdfast(distr):
394394def test_fetch_datasets ():
395395 """Test fetching datasets."""
396396 datasets .fetch_community_crime_data ()
397+ datasets .fetch_group_lasso_datasets ()
397398
398399
399400def test_random_state_consistency ():
You can’t perform that action at this time.
0 commit comments