Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 293 Bytes

File metadata and controls

12 lines (9 loc) · 293 Bytes

Contributing to the eln file format

Contributions to this repository are welcome. Use GitHub issues or Discussions to report issues or suggest improvements.

Testing locally

python -m venv venv
source venv/bin/activate
pip install -r tests/requirements.txt
python -m pytest