Skip to content

Commit

Permalink
Fixed class link
Browse files Browse the repository at this point in the history
  • Loading branch information
AKuederle committed Aug 28, 2023
1 parent 166af26 commit 3da99b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/stair_ambulation_healthy_2021.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
We provide two `tpcp.Dataset` classes to access the data:
1. :class:`gaitmap_datasets.stair_ambulation_healthy_2021.StairAmbulationHealthy2021PerTest`: This class allows to access
1. :class:`~gaitmap_datasets.StairAmbulationHealthy2021PerTest`: This class allows to access
all data and events for each of the performed gait tests individually.
2. :class:`gaitmap_datasets.stair_ambulation_healthy_2021.StairAmbulationHealthy2021Full`: This class allows to access the
2. :class:`~gaitmap_datasets.StairAmbulationHealthy2021Full`: This class allows to access the
entire recordings for each participant (two recordings per participant) independently of the performed gait tests.
In the following we will show the usage of both classes and the data that is contained within.
Expand All @@ -31,7 +31,7 @@
#
# StairAmbulationHealthy2021PerTest
# =================================
# First we can simple create an instance of the dataset class and directly see the contained data points.
# First we can simply create an instance of the dataset class and directly see the contained data points.
# Note, that we will enable the loading of all available data (pressure, baro, and hip sensor).
# You might want to disable that, to reduce the RAM usage and speed up the data loading.
from joblib import Memory
Expand Down

0 comments on commit 3da99b9

Please sign in to comment.