Skip to content

Commit 10605d5

Browse files
committed
Bug fix: add missing constants.
1 parent 9c239c4 commit 10605d5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

analytics/lib/base.py

+3
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
CLUSTERED_FILENAME_POSFIX = "_clustered"
1212
CLUSTER_NAME_COLUMN_LABEL = "cluster_label"
1313

14+
SUM_PRE_CITATIONS_COLUMN_LABEL = "SumPreRawCitations"
15+
SUM_POST_CITATIONS_COLUMN_LABEL = "SumPostRawCitations"
16+
1417

1518
class Base(object):
1619
"""

0 commit comments

Comments
 (0)