omadson / fuzzy-c-means

A simple python implementation of Fuzzy C-means algorithm.
https://fuzzy-c-means.rtfd.io
MIT License
175 stars 43 forks source link

fuzzy-c-means 1.4.0 break the logging system #32

Closed jtremesay-sereema closed 3 years ago

jtremesay-sereema commented 3 years ago

Hi,

Not exactly true, but the 1.4.0 break all our debug, info and warning logs. I think that the culprit is this line. Is it possible to do something about it?

Best regards, Jo

omadson commented 3 years ago

Hello, @jtremesay-sereema I guess this issue is solved by #40. Can you check?

jtremesay-sereema commented 3 years ago

our logs are back with the latest version. Thx!