sissa-data-science / DADApy

Distance-based Analysis of DAta-manifolds in python
https://dadapy.readthedocs.io/
Apache License 2.0
103 stars 18 forks source link

Suppress infinite warnings #100

Closed abassi98 closed 8 months ago

abassi98 commented 1 year ago

It would be nice to choose in the functions whether print or not the user. warnings, thank you.

diegodoimo commented 1 year ago

Hi Alberto, could you please be more specific about where you think the printed messages are unnecessary? In some parts, there are warnings that are related to ill-conditioned matrices, overflows, or flaws in the input data and as such can not be removed.

diegodoimo commented 8 months ago

For the moment, I close this issue. If you have more specific indications, feel free to open it, specifying which warnings/functions you would like to be less verbose.