浏览代码

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

Johannes Gütschow 1 年之前
父节点
当前提交
6a8742b328
共有 1 个文件被更改,包括 1 次插入1 次删除
  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: