def setUp(self):
# setup config
configserver._CONGIF['maximum_cache_age'] = 366000 # About 1000 years
configserver._CONGIF['cache_path'] = './tests/cache'
configserver._CONGIF['model_path'] = './tests/models'
self.classifier = classifier.get_all_classifiers()
self.github_list = [github.Github('Top-Ranger', 'kana-keyboard'),
github.Github('Top-Ranger', 'CHI2016-SUR-datasets'),
github.Github('Top-Ranger', 'SPtP_learningdb'),
github.Github('Top-Ranger', 'SUR213'),
github.Github('Top-Ranger', 'bakery'),
github.Github('Top-Ranger', 'fooling_dnn'),
github.Github('Top-Ranger', 'harbour-hiragana'),
github.Github('Top-Ranger', 'harbour-katakana'),
github.Github('Top-Ranger', 'harbour-reversi'),
github.Github('Top-Ranger', 'qnn'),
github.Github('Top-Ranger', 'SPtP')]
评论列表
文章目录