ppsingh commited on
Commit
e4174ea
1 Parent(s): b8f6c0c
Files changed (1) hide show
  1. appStore/target.py +1 -1
appStore/target.py CHANGED
@@ -96,7 +96,7 @@ def target_display():
96
  if range_val !=0:
97
  count_target = sum(hits['Target Label'] == 'TARGET')
98
  count_netzero = sum(hits['Netzero Label'] == 'NETZERO')
99
- count_ghg = sum(hits['GHG Label'] == 'LABEL_2')
100
  count_economy = sum([True if 'Economy-wide' in x else False
101
  for x in hits['Sector Label']])
102
 
 
96
  if range_val !=0:
97
  count_target = sum(hits['Target Label'] == 'TARGET')
98
  count_netzero = sum(hits['Netzero Label'] == 'NETZERO')
99
+ count_ghg = sum(hits['GHG Label'] == 'GHG')
100
  count_economy = sum([True if 'Economy-wide' in x else False
101
  for x in hits['Sector Label']])
102