mario.CoreModel.list_matrices#

CoreModel.list_matrices(scenario: str = 'baseline') tuple[str, ...]#

List all matrices currently materialized for one scenario.

Parameters:

scenario – Scenario whose stored matrices should be listed.

Returns:

Sorted matrix names already materialized for the scenario.

Return type:

tuple[str, …]