Skip to content

Commit

Permalink
update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
stephprince authored Dec 19, 2024
1 parent 79b797f commit 4345d3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nwbinspector/checks/_time_series.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def check_timestamp_of_the_first_sample_is_not_negative(time_series: TimeSeries)
"""
Check that the timestamp of the first sample is not negative.
Best Practice: :ref:`best_practice_global_time_reference`
Best Practice: :ref:`best_practice_avoid_negative_timestamps`
"""

first_timestamp = time_series.starting_time if time_series.starting_time is not None else time_series.timestamps[0]
Expand Down

0 comments on commit 4345d3f

Please sign in to comment.