This PR fixes the Future Warning in the kde() function:
/src/ruins/plotting/kde.py:16: FutureWarning:
Support for multi-dimensional indexing (e.g. `obj[:, None]`) is deprecated and will be removed in a future version. Convert to a numpy array before indexing instead.
I also already checked that the results of the KDE fit remain unchanged.
This PR fixes the Future Warning in the
kde()
function:I also already checked that the results of the KDE fit remain unchanged.
Closes #49