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 016b9e1 commit 64aa108
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_layers.py
Original file line number Diff line number Diff line change
Expand Up @@ -1256,8 +1256,8 @@ def test_SpectralConv2dTranspose_vanilla_export():
# model = Sequential([lay])
x = np.random.normal(
size=(5,) + kwargs["input_shape"]
) # tf.random.normal((5,) + (kwargs["input_shape"]))

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

Expand Down

0 comments on commit 64aa108

Please sign in to comment.