Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix #104 #120

Merged
merged 1 commit into from
Dec 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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