The triu function is now removed from scipy module
marianpascalau opened this issue · 1 comments
marianpascalau commented
Hi there,
From what I see in documentation, the scipy.triu function is deprecated and will be removed from future scipy versions,, ... which are already available online:
https://docs.scipy.org/doc/scipy/release/1.11.0-notes.html
The scipy.linalg functions tri, triu & tril are deprecated and will be removed in SciPy 1.13. Users are recommended to use the NumPy versions of these functions with identical names.
Can you please fix this import line as is not working anymore ?