Skip to content

Commit 079b346

Browse files
committed
update index list for activity
Signed-off-by: Chenqi Shan <[email protected]>
1 parent de26fb2 commit 079b346

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
from compass_metrics_model.metrics_model import ActivityMetricsModel,CodeQualityGuaranteeMetricsModel
32
import yaml
43
if __name__ == '__main__':
@@ -7,7 +6,7 @@
76
params = CONF['params']
87
kwargs = {}
98

10-
# for item in ['issue_index', 'pr_index','json_file', 'git_index', 'from_date', 'end_date', 'out_index', 'community', 'level']:
9+
# for item in ['issue_index', 'pr_index','json_file', 'git_index', 'from_date', 'end_date', 'out_index', 'community', 'level','issue_comments_index', 'pr_comments_index']:
1110
# kwargs[item] = params[item]
1211
# model_activity = ActivityMetricsModel(**kwargs)
1312
# model_activity.metrics_model_metrics(elastic_url)

0 commit comments

Comments
 (0)