Commit 0cc87af9 authored by juga's avatar juga
Browse files

Comment about possibly need to check results

parent 109d2b41
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -110,6 +110,8 @@ def main(args, conf, log_):
    fresh_days = conf.getint('general', 'data_period')
    results = load_recent_results_in_datadir(
        fresh_days, datadir, success_only=True, log_fn=log.debug)
    # NOTE: here program would have already exit if no results
    # still should be asserted?
    data = group_results_by_relay(results)
    data_lines = [result_data_to_v3bw_line(data, fp) for fp in data]
    data_lines = sorted(data_lines, key=lambda d: d.bw, reverse=True)