Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 538 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 538 Bytes

mspaint

test

multi-engine painting of Mass Spec data

Example notebook

Development

Setup

git clone https://github.com/enveda/mspaint.git
poetry install --with dev,test
poetry run pre-commit install

Contribution

git checkout -b <relevant-sounding-branch-name>
# make meaningful contributions
poetry run pytest
# open a PR