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 c0843b6 commit 652fa45Copy full SHA for 652fa45
nitime/analysis/snr.py
@@ -90,7 +90,7 @@ def __init__(self, input=None, bandwidth=None, adaptive=False,
90
@desc.setattr_on_read
91
def mt_frequencies(self):
92
return np.linspace(0, self.input.sampling_rate / 2,
93
- self.input.data.shape[-1] / 2 + 1)
+ self.input.data.shape[-1] // 2 + 1)
94
95
96
def mt_signal_psd(self):
0 commit comments