Skip to content

Commit

Permalink
STY blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
MuawizChaudhary committed Jul 3, 2020
1 parent 7266009 commit 6a36da9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/scattering1d/test_tensorflow_backend_1d.py
Expand Up @@ -74,6 +74,7 @@ def test_unpad():
x_unpadded = backend.unpad(x_pad, pad_left, x_pad.shape[-1] - pad_right)
assert np.allclose(x, x_unpadded)


def test_fft_type():
x = np.random.rand(8, 4) + 1j * np.random.rand(8, 4)

Expand Down

0 comments on commit 6a36da9

Please sign in to comment.