-
Notifications
You must be signed in to change notification settings - Fork 314
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BUG: DynamicOneDimensionalArray's size is not updated properly #557
Comments
What's the output given by |
It is the same as |
Actually |
is this bug or not because when I set len to self._num it give correct len = 2 but when I run tests it was giving error that here in this issue size should be 3 but length should be 2, but i still confuse can you let me know that what should i do |
Description of the problem
BUG: DynamicOneDimensionalArray's size is not updated properly
Example of the problem
Output:
The final size should be 2, but it is 3.
The text was updated successfully, but these errors were encountered: