Skip to content

Commit fc902b8

Browse files
committed
spelling and ok-unknown-words edits
1 parent ef228ea commit fc902b8

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

.cspell/ok-unknown-words.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ autodoc
6565
autofunction
6666
automethod
6767
automodule
68+
basetemp
6869
bnds
6970
booleaness
7071
capfd
@@ -100,6 +101,7 @@ ierr
100101
ilaflott
101102
indir
102103
infolog
104+
inlinevar
103105
intercomparison
104106
intercomparisons
105107
interp
@@ -129,6 +131,7 @@ msvs
129131
mymodule
130132
mypackage
131133
mypy
134+
mylog
132135
ncattrs
133136
ncgen
134137
ncrc

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ cd fremorizer
8686

8787
# create an environment and install the local checkout
8888
conda env create -f environment.yaml
89-
conda actiavte fremorizer
89+
conda activate fremorizer
9090
pip install -e .
9191

9292
# Run tests
@@ -102,7 +102,7 @@ pylint --rcfile pylintrc fremorizer/
102102

103103

104104
### as a command line interface (CLI)
105-
The CLI entry point is `fremor`, currently a suite of (currently) six routines for facillitating data preparation for
105+
The CLI entry point is `fremor`, currently a suite of (currently) six routines for facilitating data preparation for
106106
CMIP7.
107107
```bash
108108
# The full list of subcommands

fremorizer/tests/test_cmor_run_subtool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ def test_exp_config_cleanup():
374374
Restores the CMIP6 experiment config to its pristine state after tests
375375
that mutate it in-place (e.g. grid / calendar updates).
376376
377-
The config is no longer tracked by git — it is materialised by a
377+
The config is no longer tracked by git — it is materialized by a
378378
session-scoped conftest fixture — so we rewrite it from the canonical
379379
fixture data instead of running ``git restore``.
380380
"""

fremorizer/tests/test_cmor_run_subtool_further_examples.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
# cmip6 table repo
3131
CMIP6_TABLE_REPO_PATH = f'{ROOTDIR}/cmip6-cmor-tables'
3232

33-
# experiment config (materialised by conftest._write_exp_configs)
33+
# experiment config (materialized by conftest._write_exp_configs)
3434
EXP_CONFIG_CMIP6 = f'{ROOTDIR}/CMOR_input_example.json'
3535

3636
# determined by cmor_run_subtool

0 commit comments

Comments
 (0)