ppsingh commited on
Commit
8978d14
1 Parent(s): af47329

Update appStore/target.py

Browse files
Files changed (1) hide show
  1. appStore/target.py +1 -1
appStore/target.py CHANGED
@@ -108,7 +108,7 @@ def target_display():
108
  range_val = min(5,len(hits))
109
  if range_val !=0:
110
  count_target = sum(hits['Target Label'] == 'TARGET')
111
- count_netzero = sum(hits['Netzero Label'] == 'NETZERO')
112
  count_ghg = sum(hits['GHG Label'] == 'GHG')
113
  count_economy = sum([True if 'Economy-wide' in x else False
114
  for x in hits['Sector Label']])
 
108
  range_val = min(5,len(hits))
109
  if range_val !=0:
110
  count_target = sum(hits['Target Label'] == 'TARGET')
111
+ count_netzero = sum(hits['Netzero Label'] == 'NET-ZERO')
112
  count_ghg = sum(hits['GHG Label'] == 'GHG')
113
  count_economy = sum([True if 'Economy-wide' in x else False
114
  for x in hits['Sector Label']])