Skip to content

Commit

Permalink
blacklisting hyperparameter tuning example
Browse files Browse the repository at this point in the history
  • Loading branch information
shiodat committed Jul 20, 2016
1 parent d6895b2 commit 67a9a89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/run_examples.py
Expand Up @@ -21,7 +21,7 @@
from urllib.request import urlopen

# Accept exceptions in following examples.
BLACK_LIST = ['classifier_twitter.py']
BLACK_LIST = ['classifier_twitter.py', 'classifier_hyperopt_tuning.py']

def download_bzip2(path, url):
if os.path.exists(path): return
Expand Down

0 comments on commit 67a9a89

Please sign in to comment.