You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for reporting this issue! There seems to be a problem with the string formatting in the function documentation (which is a bit unconventional, by the way), I'll try to fix that as soon as possible. In the meantime, you can replace your string with a correct int/float list and that should solve your problem (e.g. weights=[3,1.2,1]).
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:
I get the following error:
I have tested with only ints and only floats, but I get the the same error. Is this a bug?
The text was updated successfully, but these errors were encountered: