OpenCOMPES / sed

Single Event Data Frame Processor: Backend to handle photoelectron resolved datastreams
https://opencompes.github.io/sed/
MIT License
3 stars 1 forks source link

Spell check action #450

Closed rettigl closed 6 days ago

rettigl commented 1 week ago

This picks up @zain-sohail 's idea of implementing spell check pre-commit hook and github action

coveralls commented 1 week ago

Pull Request Test Coverage Report for Build 9693601201

Details


Files with Coverage Reduction New Missed Lines %
sed/binning/numba_bin.py 3 87.5%
<!-- Total: 3 -->
Totals Coverage Status
Change from base Build 9680494155: -0.04%
Covered Lines: 6429
Relevant Lines: 7002

💛 - Coveralls
rettigl commented 1 week ago

I'd say since this is in no way a breaking change, it could (and the spell fixes) be directly merged to main.

True, however I implemented the spell fixes based on the v1 branch. It will probably be some work to redo it for the current main, but I can look into it.

rettigl commented 6 days ago

Superseded by #454