Parcourir la source

read all countries in country group (and not just 5 for testing)

Johannes Gütschow il y a 1 an
Parent
commit
6a8742b328
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      UNFCCC_GHG_data/UNFCCC_DI_reader/UNFCCC_DI_reader_core.py

+ 1 - 1
UNFCCC_GHG_data/UNFCCC_DI_reader/UNFCCC_DI_reader_core.py

@@ -852,7 +852,7 @@ def read_UNFCCC_DI_for_country_group(
         country_group = "non-AnnexI"
 
     # read the data
-    for country in countries[0:5]:
+    for country in countries:
         print(f"reading DI data for country {country}")
 
         try: