-
Hi again, I recently updated from v0.2.1 and have had to deal with several breaking changes in the API. Most of them were things that I could work around, however, there is one that has caused me much issue and I cannot figure out how to resolve it. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Hi! As per previous question, please check first the Consider providing code examples and the compilation error to facilitate debugging when you run into a issue. Cheers |
Beta Was this translation helpful? Give feedback.
-
Hi, From what I see you are trying to pass a
As you can see |
Beta Was this translation helpful? Give feedback.
yes the first ones are labels (
usize
that is what Rust uses for indices in arrays) but the second one needs floating point numbers to compute the score.