Skip to content

Commit

Permalink
remove sparse assertion
Browse files Browse the repository at this point in the history
(zkd & mdi indexes don't support the `sparse` property`
  • Loading branch information
aMahanna committed Jan 16, 2024
1 parent ac8273b commit e779125
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_index.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,6 @@ def test_add_zkd_index(icol, db_version):
"fields": ["x", "y", "z"],
"unique": True,
"new": True,
"sparse": False,
}

for key, value in expected_index.items():
Expand Down Expand Up @@ -298,7 +297,6 @@ def test_add_mdi_index(icol, db_version):
"fields": ["x", "y", "z"],
"unique": True,
"new": True,
"sparse": False,
}

for key, value in expected_index.items():
Expand Down

0 comments on commit e779125

Please sign in to comment.