From 2818d4e77682164844627379cc757d1ee9d7ad3f Mon Sep 17 00:00:00 2001 From: francescolovat <56022262+francescolovat@users.noreply.github.com> Date: Fri, 6 Nov 2020 05:02:54 +0100 Subject: [PATCH] Update MESSAGEix-Transport usage docs; use Windows-friendly file names in tests (#158) - Correct name format of xlsx file in test_report_bare Remove colon (:) from the name of the reporting file that was leading the test to fail in Windows in test_report_bare - Correct typo in shell usage example - Improve documentation for building a MESSAGEix-Transport model - Expand transport usage docs - Squash warnings in docs build Co-authored-by: Paul Natsuo Kishimoto --- message_ix_models/report/util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/message_ix_models/report/util.py b/message_ix_models/report/util.py index 3015c64ce2..c702e317e2 100644 --- a/message_ix_models/report/util.py +++ b/message_ix_models/report/util.py @@ -61,7 +61,7 @@ def collapse(df, var_name, var=[], region=[], replace_common=True): - """Callback for the `collapse argument to :meth:`~.Reporter.convert_pyam. + """Callback for the `collapse` argument to :meth:`~.Reporter.convert_pyam`. The dimensions listed in the `var` and `region` arguments are automatically dropped from the returned :class:`pyam.IamDataFrame`.