You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@climate.apache.org by hu...@apache.org on 2017/09/25 18:12:04 UTC

[2/3] climate git commit: Fix model attribute in CORDEXMetadataExtractor

Fix model attribute in CORDEXMetadataExtractor


Project: http://git-wip-us.apache.org/repos/asf/climate/repo
Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/ec81037a
Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/ec81037a
Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/ec81037a

Branch: refs/heads/master
Commit: ec81037a21dbf2cf1999422127bbe924e1072c4a
Parents: 8217d12
Author: Alex Goodman <ag...@users.noreply.github.com>
Authored: Mon Sep 25 10:41:07 2017 -0700
Committer: Alex Goodman <ag...@users.noreply.github.com>
Committed: Mon Sep 25 10:41:07 2017 -0700

----------------------------------------------------------------------
 RCMES/CORDEX/metadata_extractor.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/climate/blob/ec81037a/RCMES/CORDEX/metadata_extractor.py
----------------------------------------------------------------------
diff --git a/RCMES/CORDEX/metadata_extractor.py b/RCMES/CORDEX/metadata_extractor.py
index 7351cf4..cb18946 100644
--- a/RCMES/CORDEX/metadata_extractor.py
+++ b/RCMES/CORDEX/metadata_extractor.py
@@ -210,7 +210,7 @@ class CORDEXMetadataExtractor(MetadataExtractor):
         """
         Get the list of models accross all the datasets.
         """
-        return self.get_field('models')
+        return self.get_field('model')
 
     @property
     def fields(self):