I can't really see the error message and the code. If possible, please post a question in text format. If you insert three backsticks (`````) one line before and after the code, the code block will look clean.
The error message seems to come from the code for multiplying the number-fi array because the dtype of the number-fi array is float and the other is integer.
It seems to be an error occurring in the internal code of the package, so why don't you put it on the package GitHub (
Or you can find the problem by putting a debug message to check the dtype right in front of the code where the error occurs directly. I'd try it if I had time.
© 2024 OneMinuteCode. All rights reserved.