Skip to content

Commit

Permalink
linter on test_layers
Browse files Browse the repository at this point in the history
  • Loading branch information
Franck Mamalet committed Oct 9, 2024
1 parent 64aa108 commit 7918a2b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tests/test_layers.py
Original file line number Diff line number Diff line change
Expand Up @@ -1254,10 +1254,8 @@ def test_SpectralConv2dTranspose_vanilla_export():

# lay = SpectralConv2dTranspose(**kwargs)
# model = Sequential([lay])
x = np.random.normal(
size=(5,) + kwargs["input_shape"]
)

x = np.random.normal(size=(5,) + kwargs["input_shape"])

x = uft.to_tensor(x)
y1 = model(x)

Expand Down

0 comments on commit 7918a2b

Please sign in to comment.