forked from mdekauwe/CABLE_benchmarking
-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationpriority:highHigh priority issues that should be included in the next release.High priority issues that should be included in the next release.
Description
Building
Dependencies
- conda env
Dev-Dependencies
black,ruff
module load conda
conda env create --name benchcab-dev --file .conda/benchcab-dev.yaml
conda activate benchcab-dev
pip install --user -e .- mkdocs
pip install -r mkdocs-requirements.txtIf using on Gadi, use ssh port forwarding
ssh -L 8000:localhost:8000 <username>@gadi.nci.org.aumkdocs serveRunning
Follow the user guide
Testing
pytest,mypy- Integration tests
/bin/bash benchcab/data/test/integration.shComparing Models
netcdf,cdo
Tips
Add a docstring using numpy style. (autodocstring extension in VS Code can pre-populate for you, make sure to select numpy style on settings first).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationpriority:highHigh priority issues that should be included in the next release.High priority issues that should be included in the next release.