Ideally, when trying to add a BoxCoordinates to a CoordinateStore that is identical (except for ID) to another box inside the Store, it will get skipped instead of re-added.
An example test:
|
@pytest.mark.skip(reason="Not implemented yet") |
|
def test_merge_from_db( |
Ideally, when trying to add a BoxCoordinates to a CoordinateStore that is identical (except for ID) to another box inside the Store, it will get skipped instead of re-added.
An example test:
dimsim/dimsim/_tests/coordinates/test_store.py
Lines 425 to 426 in 6d9b485