Skip to content

Commit

Permalink
fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
bjodah committed Mar 29, 2024
1 parent ba259f4 commit 69ac083
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .woodpecker.yaml
Expand Up @@ -10,7 +10,7 @@ steps:
# - /tmp/cache:/cache
# ttl: 90 # liftetime in days

- install:
- name: install
image: bjodah/bjodahimg20dot:21.8.a
environment:
- CC=gcc-11
Expand All @@ -33,7 +33,7 @@ steps:
- mkdir -p deploy/public_html/branches/${DRONE_BRANCH}
- cp dist/chempy-* deploy/public_html/branches/${DRONE_BRANCH}/

- test-suite:
- name: test-suite
image: bjodah/bjodahimg20dot:21.8.a
group: testing
environment:
Expand Down Expand Up @@ -62,7 +62,7 @@ steps:
- bash -c "source /tmp/test_sdist/bin/activate; pip install --cache-dir $CACHE_ROOT/pip_cache file://$(realpath $(eval ls chempy-*.tar.gz))#chempy[all] pytest; pytest --pyargs chempy"
- bash -c "source /tmp/test_git_archive/bin/activate; pip install --cache-dir $CACHE_ROOT/pip_cache file://$(realpath chempy-head.zip)#chempy[all] pytest; pytest --pyargs chempy"

- render-notebooks:
- name: render-notebooks
image: bjodah/bjodahimg20dot:21.8.a
group: testing
environment:
Expand All @@ -81,7 +81,7 @@ steps:
- mv index.html index.ipynb.html
- cp -r index.* examples/ "deploy/public_html/branches/${DRONE_BRANCH}"

- compile-documentation:
- name: compile-documentation
image: bjodah/bjodahimg20dot:21.8.a
environment:
- CHEMPY_DEPRECATION_FILTER=ignore
Expand Down
2 changes: 1 addition & 1 deletion examples/protein_binding_unfolding_4state_model.ipynb
Expand Up @@ -209,7 +209,7 @@
"source": [
"Try hovering over the names to have them highlighted (this is particularly useful when working with large reaction sets).\n",
"\n",
"We ca also generate tables representing the unimolecular reactions involing each substance, or the matrix showing the bimolecular reactions:"
"We ca also generate tables representing the unimolecular reactions involving each substance, or the matrix showing the bimolecular reactions:"
]
},
{
Expand Down

0 comments on commit 69ac083

Please sign in to comment.