-
Notifications
You must be signed in to change notification settings - Fork 119
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add ability to request regions with synonyms from IXMP web API (#285)
* Add ability to request regions with synonyms from IXMP web API * Avoid dropping column if synonym_N column only is partially empty * Add ability to request regions with synonyms from IXMP web API - uncomment test * Fix dtype when reading data from json - fix e.g. reading model '1' and '1.0' as float (leading to duplicate error) * Change getting regions from ixmp API - switch to long format when output with synonyms - add tests * Update release notes
- Loading branch information
1 parent
9931f38
commit 57be418
Showing
3 changed files
with
76 additions
and
6 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