We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5011dd2 commit 08adf13Copy full SHA for 08adf13
src/spikeinterface/core/tests/test_time_handling.py
@@ -8,6 +8,12 @@
8
9
10
class TestTimeHandling:
11
+ """
12
+ This class tests how time is handled in SpikeInterface. Under the hood,
13
+ time can be represented as a full `time_vector` or only as
14
+ `t_start` attribute on segments from which a vector of times
15
+ is generated on the fly. Both time representations are tested here.
16
17
18
# Fixtures #####
19
@pytest.fixture(scope="session")
0 commit comments