-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add WIP config filter * Add filter option for external repos * Update for new filter option * Move components re-ordering to VariableCode * Align RegioCodeList creation with CodeList * Update tests * Add filtering test * Update docs * Update poetry.lock to poetry 1.8.3 * Add comment * Make ruff * Add test for RegionCodeList * Fix bug from rebase * Update paths for test files * Remove necessary "name" attribute for repositories * Remove no longer necessary name attribute * Adjust docs * Add Code.depth property * Change string pattern matching to regex * Apply suggestions from code review Co-authored-by: Daniel Huppmann <[email protected]> * Rename class * Remove name keyword * Add test for importing model mapping with missing regions --------- Co-authored-by: Daniel Huppmann <[email protected]>
- Loading branch information
1 parent
3a76cba
commit 701e68c
Showing
18 changed files
with
343 additions
and
68 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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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,20 @@ | ||
repositories: | ||
common-definitions: | ||
url: https://github.com/IAMconsortium/common-definitions.git/ | ||
definitions: | ||
variable: | ||
repository: | ||
name: common-definitions | ||
include: | ||
- name: [Primary Energy*, Final Energy*] | ||
- name: "Population*" | ||
tier: 1 | ||
exclude: | ||
- name: "Final Energy|*|*" | ||
region: | ||
repository: | ||
name: common-definitions | ||
include: | ||
- hierarchy: R5 | ||
exclude: | ||
- name: Other (R5) |
Empty file.
Empty file.
Oops, something went wrong.