-
Notifications
You must be signed in to change notification settings - Fork 28
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Description
Suppose a spool has two types of patches. In the first, distance ranges from 0 too 100. In the second type of file distance ranges from 0 to 10. Now, if the spool is selected with distance=(20, 3) the spool wont automatically throw out type 2 files because it doesn't know anything about distance. However, when trying to read the index of a type 2 file an IndexError is raised.
Example
A bit complicated to set up but described above.
Expected behavior
Ideally, when we redo the indexing, the spool select operation will remove the type two files. Until then, it should just be skipped when iterating, but still raise when accessed directly.
Versions
- OS [e.g. Ubuntu 20.04]:
- DASCore Version [e.g. 0.0.5]:
- Python Version [e.g. 3.10]:
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working