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 e138a67 commit 1e3c645Copy full SHA for 1e3c645
neo/rawio/winwcprawio.py
@@ -72,7 +72,7 @@ def _parse_header(self):
72
73
all_sampling_interval.append(analysisHeader['SamplingInterval'])
74
75
- # sampling interval can be slightly due to float precision
+ # sampling interval can be slightly varying due to float precision
76
# all_sampling_interval are not always unique
77
self._sampling_rate = 1. / np.median(all_sampling_interval)
78
0 commit comments