chore/ci and community files - #102
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
1. Moved the broken "tests"
tests/test_*.pyscripts (no assertions, print-debugging against local filesystem) intotests/legacy_scripts/tests/test_placeholder.py(def test_import(): import meze)legacy_scripts/as it replaces each file with a real test2.
pyproject.tomlanddev-environment.ymladditionsAdd
pytest,pytest-cov, andambertools(conda-forge — free, unlockstleap/antechamber/MCPB.pyfor CI without needing the licensed GPUpmemdbuild):4.
.github/workflows/tests.ymlpushtomain, and allpull_requestsmamba-org/setup-micromamba@v2withenvironment-file: dev-environment.yml, caching enabled (a full BioSimSpace/openbiosim solve is slow — cache is the difference between ~1 min and ~8 min per run).ubuntu-latest, one Python version to start (3.12, matching the pin) — no matrix yet, nothing here is OS-sensitive and GPU/SLURM paths can't run in CI anyway.pytest tests/ -m "not slow and not gpu" --cov=meze --cov-report=term-missing.5.
CONTRIBUTING.mdmamba env create -f dev-environment.yml && mamba activate meze-dev.type/short-description, matching what's already in use).6.
CITATION.cff🚫 -> move to a separate issue later0000-0003-1555-0075, pulled frompaper.md) ...license: MIT,repository-codeURL.7.
.github/PULL_REQUEST_TEMPLATE.md(doesn't exist yet — onlyISSUE_TEMPLATE/does) 🚫 -> maybe add later8. README badges 🚫 -> move to a separate issue later
) and license badge, added under the title. Skip a docs badge for now — nothing's hosted until PR bug/uncomment-run-lines #11.Edited from @claude output