Jelajahi Sumber

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

Johannes Gütschow 1 tahun lalu
induk
melakukan
6a8742b328

+ 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: