forked from IAMconsortium/pyam
-
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.
Bump ixmp4-dependency to latest version (IAMconsortium#858)
- Loading branch information
1 parent
779767f
commit f2af05a
Showing
7 changed files
with
1,380 additions
and
882 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
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
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 |
---|---|---|
@@ -1,24 +1,25 @@ | ||
{ | ||
"version": 1, | ||
"disable_existing_loggers": false, | ||
"formatters": { | ||
"generic": { | ||
"format": "[%(levelname)s] %(asctime)s - %(name)s: %(message)s", | ||
"datefmt": "%H:%M:%S" | ||
} | ||
}, | ||
"loggers": { | ||
"pyam": { | ||
"level": "INFO", | ||
"handlers": ["console"] | ||
} | ||
}, | ||
"handlers": { | ||
"console": { | ||
"class": "logging.StreamHandler", | ||
"level": "NOTSET", | ||
"formatter": "generic" | ||
} | ||
"version": 1, | ||
"disable_existing_loggers": false, | ||
"formatters": { | ||
"generic": { | ||
"format": "[%(levelname)s] %(asctime)s - %(name)s: %(message)s", | ||
"datefmt": "%H:%M:%S" | ||
} | ||
}, | ||
"loggers": { | ||
"pyam": { | ||
"level": "INFO", | ||
"handlers": [ | ||
"console" | ||
] | ||
} | ||
}, | ||
"handlers": { | ||
"console": { | ||
"class": "logging.StreamHandler", | ||
"level": "NOTSET", | ||
"formatter": "generic" | ||
} | ||
} | ||
} |
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