Commit c26d7bc7 authored by Andrew Quinn's avatar Andrew Quinn
Browse files

flake fixes

parent 88369c42
Loading
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -1579,9 +1579,6 @@ def _process_regressor(Y, config, mode='confound'):
        Processed regressor

    """
    #if Y.ndim == 1:
    #    Y = Y[np.newaxis, :]

    windowed = apply_sliding_window(Y, config.nperseg, config.noverlap,
                                    window=config.window, padded=config.padded)