Skip to content
Snippets Groups Projects
Commit 54078bd4 authored by juga's avatar juga
Browse files

v3bwfile: ensure torflow's scaling is the default

Even if that method is call from generate with torflow's scaling
by default.
parent f72f255f
Branches
Tags
No related merge requests found
......@@ -485,7 +485,8 @@ class V3BWFile(object):
@classmethod
def from_results(cls, results, state_fpath='',
scale_constant=SBWS_SCALE_CONSTANT,
scaling_method=None, torflow_obs=TORFLOW_OBS_LAST,
scaling_method=TORFLOW_SCALING,
torflow_obs=TORFLOW_OBS_LAST,
torflow_cap=TORFLOW_BW_MARGIN,
torflow_round_digs=PROP276_ROUND_DIG,
secs_recent=None, secs_away=None, min_num=0,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment