pub fn generate_run(
scenario: &Scenario,
out_dir: &Path,
http_api_server_addr: &str,
) -> Result<GeneratedRun>Expand description
Write the calibration XML and the Braid config TOML for scenario into
out_dir, returning the resulting paths.