-
Notifications
You must be signed in to change notification settings - Fork 41
Manual adjustments for .engage.workflow
migration
#351
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
4b499da
Clean up 9 .tools.{add,remove,update}_ modules
khaeru 38d9189
Address mypy, ruff errors in 9 files from #350
khaeru 6d26fa0
Adjust migrated tests for #350
khaeru de0f373
Pass on reg= arg in add_AFOLU_CO2_accounting()
khaeru 4b24e3c
Test 8 .tools.{add,remove,update}_ modules
khaeru bd54124
Add "jaydebeapi" to "buildings" optional deps
khaeru 4b7acb0
Update type hints in .model.buildings, .project.navigate
khaeru eb8bbf9
Install message-ix-buildings in "pytest" workflow
khaeru cc1918c
Adjust default for .buildings.Config.code_dir
khaeru 8c6d745
Add data/navigate/scenarios.yaml
khaeru de32eb1
Adjust data paths for #350
khaeru d0a7cf9
Import from ixmp/message_ix v3.7.0 in .buildings.build
khaeru 5fbbf96
Add documentation for code migrated in #350
khaeru 108a3b0
TEMPORARY Run "pytest" workflow from PR branch
khaeru File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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,18 @@ | ||
ENGAGE | ||
****** | ||
|
||
- Project website: https://engage-climate.org | ||
|
||
.. caution:: |gh-350| | ||
|
||
Code reference | ||
============== | ||
|
||
.. currentmodule:: message_ix_models.project | ||
|
||
.. autosummary:: | ||
:toctree: _autosummary | ||
:template: autosummary-module.rst | ||
:recursive: | ||
|
||
engage |
This file contains hidden or 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 @@ | ||
NAVIGATE | ||
******** | ||
|
||
“Next generation of AdVanced InteGrated Assessment modelling to support climaTE policy making” | ||
|
||
- Project website: https://www.navigate-h2020.eu/about-the-project/structure/ | ||
|
||
.. caution:: |gh-350| | ||
|
||
Code reference | ||
============== | ||
|
||
.. currentmodule:: message_ix_models.project | ||
|
||
.. autosummary:: | ||
:toctree: _autosummary | ||
:template: autosummary-module.rst | ||
:recursive: | ||
|
||
navigate |
This file contains hidden or 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
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is clear to me, but I might not be the best to judge this since I already understood this concept when I migrated the legacy reporting version.