commit cc9ce5287ae8cfce8712aaba73db64d88ff808ec Author: juga0 juga@riseup.net Date: Mon Nov 19 18:40:30 2018 +0000
v3bwfile: remove TODO about torflow's scaling --- sbws/lib/v3bwfile.py | 2 -- 1 file changed, 2 deletions(-)
diff --git a/sbws/lib/v3bwfile.py b/sbws/lib/v3bwfile.py index 23387a9..a4511c7 100644 --- a/sbws/lib/v3bwfile.py +++ b/sbws/lib/v3bwfile.py @@ -509,8 +509,6 @@ class V3BWFile(object): 'relay_fp2': [Result1, Result2, ...]}
""" - # TODO: change scaling_method to TORFLOW_SCALING before getting this - # in production log.info('Processing results to generate a bandwidth list file.') header = V3BWHeader.from_results(results, state_fpath) bw_lines_raw = []