|
@@ -68,7 +68,7 @@ class TargetTimeAdjuster(Adjuster): |
|
|
|
|
|
|
|
|
Pulled out for unit testing. |
|
|
Pulled out for unit testing. |
|
|
""" |
|
|
""" |
|
|
return float(sum([x.duration for x in features])) |
|
|
|
|
|
|
|
|
return float(sum([x.interval.duration for x in features])) |
|
|
|
|
|
|
|
|
def __init__(self, features: list=[], |
|
|
def __init__(self, features: list=[], |
|
|
target_time: int|float=_DEFAULT_TARGET_TIME, |
|
|
target_time: int|float=_DEFAULT_TARGET_TIME, |
|
|