kymata-atlas / kymata-core

Core Kymata codebase, including statistical analysis and plotting tools
https://kymata.org
MIT License
5 stars 0 forks source link

Ippm denoiser optimisations #309

Closed anirudh1666 closed 1 month ago

anirudh1666 commented 1 month ago

Pretty big overhaul of denoiser.py. Key things:

Apologies for the long CR, I will make future ones smaller, so it is not as much of a pain to review them.

CRs up-coming:

anirudh1666 commented 1 month ago

Since ruff was failing, I fixed inconsistencies and redundancies. Apart from documentation and more tests, I think this portion of the code is good to go. Also, I used git commit --amend to try and amend my previous commits instead of adding duplicate ones, leading to a polluted commit history. Am I doing this wrong or is maybe the config set-up differently?