Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.0.3
Description
The Verify() test function errors out when array elements are missing:
env.generate_sequence(1, 5)\
.map(Id()).map_partition(Verify([1,2,3,4], "Sequence")).output()
IndexError: list index out of range
There should also be more documentation in test functions.
I am already working on a pull request to fix this.
Attachments
Issue Links
- links to