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 optimisations #211

Closed anirudh1666 closed 8 months ago

anirudh1666 commented 8 months ago

This commit contains small optimisations for the IPPM system alongside updated comments - hopefully, the code should not be too obscure with the comments now.

It also contains fixes for lint errors, so you might see some small refactorings, e.g., changing f-string that doesn't have any variables to a normal string.

It is a pretty hefty PR, so if you have any questions let me know and do take your time.

anirudh1666 commented 8 months ago

fixing lint checks

neukym commented 8 months ago

I approve. Merging with squashing.