analyze_basic_metrics#
Workflow for analyzing basic metrics.
Working location structure:
(name)
├── analysis
│ └── analysis.BASIC_METRICS
│ └── (name)_(key).BASIC_METRICS.csv
└── results
└── (name)_(key)_(seed).csv
Data from results are processed into analysis.BASIC_METRICS.
Flows
Main analyze basic metrics flow. |
|
Analyze basic metrics subflow for processing results. |
- run_flow(context: ContextConfig, series: SeriesConfig, parameters: ParametersConfig) None [source]#
Main analyze basic metrics flow.
Calls the following subflows, in order:
- run_flow_process_results(context: ContextConfig, series: SeriesConfig, parameters: ParametersConfig) None [source]#
Analyze basic metrics subflow for processing results.
Processes parsed simulation results and compiles into a single dataframe. If the combined dataframe already exists for a given key, that key is skipped.
Configs
Context configuration for analyze basic metrics flow. |
|
Parameter configuration for analyze basic metrics flow. |
|
Series configuration for analyze basic metrics flow. |
- class ContextConfig[source]#
Context configuration for analyze basic metrics flow.
- working_location: str#
Location for input and output files (local path or S3 bucket).