Update augmentations.py

Looks like `clock_to` got changed to `final_clock` but this one was missed.
This commit is contained in:
Francis Tyers 2021-05-13 16:12:52 +01:00 committed by GitHub
parent 9353bb2121
commit e026bb773b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -191,7 +191,7 @@ def apply_sample_augmentations(samples,
process_ahead : int
Number of samples to pre-process ahead of time.
clock : float
Start or fixed clock value between 0.0 and 1.0 for the first or all samples. Has to be <= than clock_to.
Start or fixed clock value between 0.0 and 1.0 for the first or all samples. Has to be <= than final_clock.
final_clock : float
Final clock value between 0.0 and 1.0 for the last sample. Has to be >= than clock.
Requires samples.__len__ attribute.