We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 179d34e + 0257036 commit 40c96e9Copy full SHA for 40c96e9
1 file changed
networkml/NetworkML.py
@@ -44,7 +44,7 @@ def __init__(self):
44
self.get_files()
45
self.model_hash = None
46
self.model = Model(duration=self.duration, hidden_size=None,
47
- model_type=self.args.algorithm)
+ model_type=self.args.algorithm, threshold_time=self.threshold)
48
49
def create_base_alg():
50
return BaseAlgorithm(
0 commit comments