Developer guide¶
Guidance for contributing to the checker and for maintaining its releases. If you only want to check a submission, you do not need any of this — install from conda-forge as described in Getting started.
The repository is laid out like this:
isschecker/checker.pythe checker itself, and the
ismip7-compliance-checkerentry point.isschecker/generate.pythe synthetic file generator, and the
ismip7-generate-test-filesentry point.isschecker/data/the data request CSVs and the grid definition files (
gdfs/), bundled with the package as package data.tests/the regression suite, including the reference log that pins the checker’s output.
docs/these pages.