JonathanShor / DoubletDetection

Doublet detection in single-cell RNA-seq data.
https://doubletdetection.readthedocs.io/en/stable/
MIT License
81 stars 23 forks source link

Verbose options #64

Closed JonathanShor closed 5 years ago

JonathanShor commented 6 years ago

Provide user control over how many informational messages are printed to stdout or elsewhere.

adamgayoso commented 6 years ago

We should add another print statement that shows the time an iteration took just after that iteration

JonathanShor commented 6 years ago

For every iteration?

On Thu, Jul 19, 2018 at 5:03 PM Adam Gayoso notifications@github.com wrote:

We should add another print statement that shows the time an iteration took just after that iteration

— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub https://github.com/JonathanShor/DoubletDetection/issues/64#issuecomment-406413651, or mute the thread https://github.com/notifications/unsubscribe-auth/AKvZJm2mGIJ7xfhNnl1Xw0h3UCbZit-kks5uIPQpgaJpZM4TLoD3 .

adamgayoso commented 5 years ago

Can we move to logging instead of print statements?

JonathanShor commented 5 years ago

Yes, I def prefer that as well.