Skip to content

Commit

Permalink
fix #104 (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
cbyrohl authored Dec 12, 2023
1 parent ba5c12a commit 5e4e8db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/tutorial/observations.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ which we present in the next section.

If passing `units=True` (default) to `load()`, the dataset will be loaded with code units attached to all fields.
These units are attached to each field / dask array. Units are provided via the pint package.
See the [pint documentation](https://pint.readthedocs.io/en/stable/) for more information. Also check out the
[units cookbook](../notebooks/cookbook/units.ipynb) for more examples.
See the [pint documentation](https://pint.readthedocs.io/en/stable/) for more information.
Also check out [this page](../units.md) for more unit-related examples.

In short, each field, that is represented by a modified dask array, has a magnitude (the dask array without any units attached) and a unit.
These can be accessed via the `magnitude` and `units` attributes, respectively.
Expand Down
4 changes: 2 additions & 2 deletions docs/tutorial/simulations.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@ which we present in the next section.

If passing `units=True` to `load()`, the dataset will be loaded with code units attached to all fields.
These units are attached to each field / dask array. Units are provided via the pint package.
See the [pint documentation](https://pint.readthedocs.io/en/stable/) for more information. Also check out the
[units cookbook](../notebooks/cookbook/units.ipynb) for more examples.
See the [pint documentation](https://pint.readthedocs.io/en/stable/) for more information.
Also check out [this page](../units.md) for more unit-related examples.

In short, each field, that is represented by a modified dask array, has a magnitude (the dask array without any units attached) and a unit.
These can be accessed via the `magnitude` and `units` attributes, respectively.
Expand Down

0 comments on commit 5e4e8db

Please sign in to comment.