Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Uri Granta committed Jun 19, 2024
1 parent 3d9143a commit 1be1c67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/gpflux/layers/test_trackable_layer.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def __init__(self, attributes):
super().__init__()


class UntrackableCompositeLayer(tf_keras.Layer):
class UntrackableCompositeLayer(tf_keras.layers.Layer):
def __init__(self, attributes):
for i, a in enumerate(attributes):
setattr(self, f"var_{i}", a)
Expand Down

0 comments on commit 1be1c67

Please sign in to comment.