forked from IAMconsortium/nomenclature
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Check if constituents of common regions are in native regions
- Loading branch information
David Almeida
committed
Jan 28, 2025
1 parent
941fc73
commit 04cf36a
Showing
5 changed files
with
34 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,4 +4,3 @@ native_regions: | |
common_regions: | ||
- World: | ||
- region_a | ||
- region_b |
10 changes: 10 additions & 0 deletions
10
...data/region_processing/region_aggregation/illegal_mapping_constituent_native_missing.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Constituent region is not defined in native region | ||
model: model_a | ||
native_regions: | ||
- region_a: alternative_name_a | ||
- region_b: alternative_name_b | ||
common_regions: | ||
- common_region_1: | ||
- region_a | ||
- region_b | ||
- region_c |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters