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

Minor doc typo fixes on non linear measurement models #606

Merged
merged 1 commit into from
Mar 10, 2022
Merged
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 stonesoup/models/measurement/nonlinear.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ class CartesianToElevationBearingRange(NonLinearGaussianMeasurement, ReversibleM

The :py:attr:`mapping` property of the model is a 3 element vector, \
whose first (i.e. :py:attr:`mapping[0]`), second (i.e. \
:py:attr:`mapping[1]`) and third (i.e. :py:attr:`mapping[2`) elements \
:py:attr:`mapping[1]`) and third (i.e. :py:attr:`mapping[2]`) elements \
contain the state index of the :math:`x`, :math:`y` and :math:`z` \
coordinates, respectively.

Expand Down Expand Up @@ -338,7 +338,7 @@ class CartesianToBearingRange(NonLinearGaussianMeasurement, ReversibleModel):

The :py:attr:`mapping` property of the model is a 2 element vector, \
whose first (i.e. :py:attr:`mapping[0]`) and second (i.e. \
:py:attr:`mapping[0]`) elements contain the state index of the \
:py:attr:`mapping[1]`) elements contain the state index of the \
:math:`x` and :math:`y` coordinates, respectively.

Note
Expand Down