Skip to content

Commit 08adf13

Browse files
committed
Add class docstring.
1 parent 5011dd2 commit 08adf13

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/spikeinterface/core/tests/test_time_handling.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@
88

99

1010
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+
"""
1117

1218
# Fixtures #####
1319
@pytest.fixture(scope="session")

0 commit comments

Comments
 (0)