File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ version: 2
99build :
1010 os : ubuntu-22.04
1111 tools :
12- python : " 3.10 "
12+ python : " 3.11 "
1313
1414 jobs :
1515 pre_build :
Original file line number Diff line number Diff line change 1- sphinx ~= 5.3.0
1+ sphinx ~= 6.2.1
22sphinx-copybutton == 0.5.2
33sphinx_design == 0.5.0
4- myst-nb == 0.17.2
5- nbconvert == 7.7.1
6- sphinx-notfound-page == 0.8.3
4+ myst-nb @ git+https://github.com/executablebooks/MyST-NB@59854c2
5+ nbconvert == 7.9.0
6+ sphinx-notfound-page == 1.0.0
77sphinx-favicon == 1.0.1
88sphinx-book-theme == 1.0.1
9- sphinx-autoapi == 2.1.1
9+ sphinx-autoapi == 3.0.0
1010h5py ~= 3.9.0
1111tables ~= 3.8.0
Original file line number Diff line number Diff line change 22
33from typing import Final
44
5- # TrajectoryData
65ID_COL : Final = "id"
76FRAME_COL : Final = "frame"
87X_COL : Final = "x"
Original file line number Diff line number Diff line change @@ -71,6 +71,7 @@ def compute_individual_speed(
7171 This then can be used to compute the speed with:
7272
7373 .. math::
74+
7475 \bar{X} = X_{future} - X_{past}
7576
7677
You can’t perform that action at this time.
0 commit comments