Skip to content

Commit

Permalink
Correct grpc typo
Browse files Browse the repository at this point in the history
  • Loading branch information
BSchilperoort committed Jan 26, 2024
1 parent 787103d commit fbc7818
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions docs/bmi.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@ If you need access to other model variables that are not yet available in the BM

## grpc4bmi

A [Docker image is available](https://ghcr.io/ecoextreml/stemmus_scope-gprc4bmi) in which the model as well as the Python BMI have been wrapped in a container.
This allows communication with a STEMMUS_SCOPE BMI through [gprc4bmi](https://grpc4bmi.readthedocs.io/en/latest/).
A [Docker image is available](https://ghcr.io/ecoextreml/stemmus_scope-grpc4bmi) in which the model as well as the Python BMI have been wrapped in a container.
This allows communication with a STEMMUS_SCOPE BMI through [grpc4bmi](https://grpc4bmi.readthedocs.io/en/latest/).

Doing so avoids the needs to install PyStemmusScope yourself, only Docker/apptainer and a python environment with gprc4bmi are required.
Doing so avoids the needs to install PyStemmusScope yourself, only Docker/apptainer and a python environment with grpc4bmi are required.

A demonstration is available [here](notebooks/gprc4bmi_demo.ipynb)
A demonstration is available [here](notebooks/grpc4bmi_demo.ipynb)

## Developer instructions

Expand Down
2 changes: 1 addition & 1 deletion docs/notebooks/gprc4bmi_demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"from grpc4bmi.bmi_client_docker import BmiClientDocker\n",
"\n",
"model = BmiClientDocker(\n",
" image='ghcr.io/ecoextreml/stemmus_scope-gprc4bmi:1.5.0', \n",
" image='ghcr.io/ecoextreml/stemmus_scope-grpc4bmi:1.5.0', \n",
" image_port=55555,\n",
" work_dir=\"/home/bart/tmp/stemmus_scope\",\n",
")"
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ nav:
- BMI:
- "BMI instructions": bmi.md
- "BMI demonstration": notebooks/BMI_demo.ipynb
- "grpc4bmi demonstration": notebooks/gprc4bmi_demo.ipynb
- "grpc4bmi demonstration": notebooks/grpc4bmi_demo.ipynb
- Contributing guide: CONTRIBUTING.md
- API reference: reference.md

Expand Down

0 comments on commit fbc7818

Please sign in to comment.