Skip to content

Commit

Permalink
add tensorboard example to test blacklist
Browse files Browse the repository at this point in the history
  • Loading branch information
shiodat committed Nov 16, 2018
1 parent c479738 commit 5834259
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/run_examples.py
Expand Up @@ -21,7 +21,8 @@
from urllib.request import urlopen

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

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

0 comments on commit 5834259

Please sign in to comment.