-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
Description
I am testing the weights feature of history. In the documentation it says that it can be given by "3 1.2 1". However, when I try this:
video.history(history_length=100, weights="3 1.2 1")
I get the following error:
ParameterError: Found wrong type(s) in the list of weights. Use ints and floats.
I have tested with only ints and only floats, but I get the the same error. Is this a bug?