Skip to content

Commit

Permalink
Update MESSAGEix-Transport usage docs; use Windows-friendly file name…
Browse files Browse the repository at this point in the history
…s in tests (iiasa#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 <mail@paul.kishimoto.name>
  • Loading branch information
francescolovat and khaeru committed Aug 31, 2023
1 parent e8d2278 commit 2818d4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion message_ix_models/report/util.py
Expand Up @@ -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`.
Expand Down

0 comments on commit 2818d4e

Please sign in to comment.