Skip to content

Commit

Permalink
format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dillonalaird committed Feb 18, 2024
1 parent 169249d commit b680fd0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ class TestLMM:
def generate(self, _, **kwargs):
return "test"


class TestEmb:
def embed(self, _):
return np.random.randn(128).astype(np.float32)
Expand Down

0 comments on commit b680fd0

Please sign in to comment.