File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,5 +5,4 @@ include = */pyglmnet/*
5
5
omit =
6
6
*/setup.py
7
7
*/pyglmnet/benchmarks.py
8
- */pyglmnet/datasets.py
9
8
*/pyglmnet/externals/*.py
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ doc-publish:
52
52
.PHONY : install
53
53
install : dependencies
54
54
@echo " #### Installing pyglmnet ####"
55
- python setup.py develop install
55
+ python setup.py install
56
56
@echo " #### Pyglmnet installed successfully ####"
57
57
@echo " #### Access http://glm-tools.github.io/pyglmnet/index.html for more information and tutorials ####"
58
58
Original file line number Diff line number Diff line change @@ -393,7 +393,8 @@ def test_cdfast(distr):
393
393
394
394
def test_fetch_datasets ():
395
395
"""Test fetching datasets."""
396
- datasets .fetch_community_crime_data ()
396
+ datasets .fetch_community_crime_data ('/tmp/glm-tools' )
397
+ datasets .fetch_group_lasso_datasets ()
397
398
398
399
399
400
def test_random_state_consistency ():
You can’t perform that action at this time.
0 commit comments