We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb33d03 commit 28191fcCopy full SHA for 28191fc
1 file changed
tests/test_django.py
@@ -435,7 +435,6 @@ def test_sparsevec_form_instance(self) -> None:
435
Item(id=1, sparse_embedding=[1, 2, 3]).save()
436
item = Item.objects.get(pk=1)
437
form = SparseVectorForm(instance=item)
438
- # TODO improve
439
assert 'value="{1:1.0,2:2.0,3:3.0}/3"' in str(form.as_div())
440
441
def test_sparsevec_form_save(self) -> None:
0 commit comments