CEA-COSMIC / ModOpt

Modular Optimisation tools for solving inverse problems
MIT License
25 stars 15 forks source link

[BUG] Latest versions of scikit-image breaks ssim #290

Closed chaithyagr closed 9 months ago

chaithyagr commented 1 year ago

ValueError: Since image dtype is floating point, you must specify the data_range parameter. Please read the documentation carefully (including the note). It is recommended that you always specify the data_range anyway.

In latest versions, ssim function needs data_range as an input also.

Are you planning to submit a Pull Request?