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
{{ message }}
This repository has been archived by the owner on Dec 8, 2024. It is now read-only.
The numpy array will be an integer array and the subsequent transformations will be rounded to integer values. To fix, the line above should explicitely have dtype=float added. There might be more similar cases in the file.
The text was updated successfully, but these errors were encountered:
There's a bug in the fchl kernel functions if some parameters are integers. E.g. https://github.com/qmlcode/qml/blob/develop/qml/fchl/fchl_kernel_functions.py#L38
The numpy array will be an integer array and the subsequent transformations will be rounded to integer values. To fix, the line above should explicitely have
dtype=float
added. There might be more similar cases in the file.The text was updated successfully, but these errors were encountered: