Skip to content
Snippets Groups Projects

[RTADPA BW Tests] BW test page clean-ups

Merged Luke Grazette requested to merge lugrazet-BW-hlt1testpage-cleanup into master
@@ -604,7 +604,7 @@ if __name__ == '__main__':
stream_config_json_wg=fname_helper.stream_config_json_path(
"wg", full_path=False),
table_wgstream_rates=table_main_stream_rates)
all_results = HLT2_ALL_RESULTS.render(
all_results = SPRUCING_ALL_RESULTS.render(
BASE_PATH=fname_helper.base_html_path(args.building_locally),
line_descr=fname_helper.line_descr_path(full_path=False),
rate_table_split_by_wg_stream=fname_helper.
@@ -635,7 +635,7 @@ if __name__ == '__main__':
ALL_RESULTS=all_results,
LINES_PER_WG=lines_per_wg,
DST_DATA_HIST=dst_data_hist,
DST_BW_HIST=dst_bw_hist
DST_BW_HIST=dst_bw_hist,
INPUT_CONFIG_PATH=os.path.expandvars(args.input_config),
INPUT_RATE=input_info['input_rate'],
INPUT_NU=input_info['nu'],
Loading