Skip to content

Commit

Permalink
approx lembed() res[0]
Browse files Browse the repository at this point in the history
  • Loading branch information
asg017 committed Aug 24, 2024
1 parent 9f9d448 commit f76450d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test-loadable.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def test_lembed():
)
a = lembed("alex garcia")
assert len(a) == (384 * 4)
assert struct.unpack("1f", a[0:4])[0] == -0.09205757826566696
assert struct.unpack("1f", a[0:4])[0] == pytest.approx(-0.09205757826566696)


@pytest.mark.skip(reason="TODO")
Expand Down

0 comments on commit f76450d

Please sign in to comment.