Skip to content

Commit

Permalink
Fix code format
Browse files Browse the repository at this point in the history
  • Loading branch information
fchollet committed Sep 4, 2023
1 parent 9ae7cb9 commit cc263ee
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions keras_core/layers/preprocessing/feature_space_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -469,9 +469,7 @@ def test_no_adapt(self):
out = fs(data)
self.assertEqual(tuple(out.shape), (10, 32))

@pytest.mark.skipif(
backend.backend() == "numpy", reason="TODO: debug it"
)
@pytest.mark.skipif(backend.backend() == "numpy", reason="TODO: debug it")
def test_saving(self):
cls = feature_space.FeatureSpace
fs = feature_space.FeatureSpace(
Expand Down

0 comments on commit cc263ee

Please sign in to comment.