Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 426 Bytes

File metadata and controls

17 lines (13 loc) · 426 Bytes

Contributing

Concordia is maintained as a small research-software release for reproducible inter-annotator agreement workflows.

Before opening a pull request:

npm ci
npm test
pip install -r tests/requirements.txt
npm run crossvalidate

Changes to src/iaa-core.js must keep the browser artifact and headless core in sync. The identity test in tests/iaa_core_identity.js is the guardrail for that contract.