Skip to content

Commit 1008b03

Browse files
docs: Fix Experiment class confused with interpolate. (sensorium-competition#121)
Replace "Experiment" with "Experiment.interpolate()" which is the method this description actually applies to.
1 parent f7373d5 commit 1008b03

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/source/concepts/demo_experiment.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ To load an experiment, we use the :class:`~experanto.experiment.Experiment`
77
class. This class aggregates all modalities and their respective interpolators
88
in a single object. Its main job is to unify the access to all modalities.
99

10-
:class:`~experanto.experiment.Experiment` accepts an arbitrary array of time
10+
:meth:`Experiment.interpolate <experanto.experiment.Experiment.interpolate>` accepts an arbitrary array of time
1111
points and returns the corresponding values for each modality by looking them
1212
up in the raw stored data (e.g., using nearest-neighbour or linear
1313
interpolation for sequences). When you need a regular sampling grid or

0 commit comments

Comments
 (0)