Skip to content

Commit 11d0067

Browse files
committed
add allows_duplicates=True when writing
1 parent 3e30ca5 commit 11d0067

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gedidb/core/gedidatabase.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ def _create_array(self, uri: str) -> None:
190190
domain=self._create_domain(),
191191
attrs=self._create_attributes(),
192192
sparse=True,
193+
allows_duplicates=True,
193194
capacity=cfg_td.get("capacity", 200_000),
194195
cell_order=cfg_td.get("cell_order", "hilbert"),
195196
)

0 commit comments

Comments
 (0)