-
Notifications
You must be signed in to change notification settings - Fork 232
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: set subindices directly via access path (#488)
* test: ass test for proper error message * fix: enable proper error messages when subindex is set * test: add test for access path setting of subindex * fix: access path setting with subindex * test: fix backend test * test: fix misconfigured test * fix: use context manager * refactor: clean up inports * refactor: update docarray/array/storage/base/getsetdel.py Co-authored-by: AlaeddineAbdessalem <[email protected]> * refactor: update docarray/array/storage/base/getsetdel.py Co-authored-by: AlaeddineAbdessalem <[email protected]> * refactor: update docarray/array/storage/base/getsetdel.py * fix: catch attempted del by access path Co-authored-by: AlaeddineAbdessalem <[email protected]>
- Loading branch information
1 parent
7e3988c
commit 461b996
Showing
4 changed files
with
113 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters