Skip to content
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

OverflowError possible in dup_times instruction. #108

Closed
erp12 opened this issue Mar 8, 2019 · 1 comment
Closed

OverflowError possible in dup_times instruction. #108

erp12 opened this issue Mar 8, 2019 · 1 comment

Comments

@erp12
Copy link
Owner

erp12 commented Mar 8, 2019

File "/pyshgp/push/instructions/common.py", line 19, in _dup_times
    return [item] * times
OverflowError: cannot fit 'int' into an index-sized integer
@erp12
Copy link
Owner Author

erp12 commented Mar 24, 2019

Fixed by #116

@erp12 erp12 closed this as completed Mar 24, 2019
@erp12 erp12 mentioned this issue Mar 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant