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

String PushType __repr__ throw error because underlying is numpy.dtype with no ___name___ #113

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

Comments

@erp12
Copy link
Owner

erp12 commented Mar 14, 2019

pyshgp/push/types.py", line 57, in <listcomp>
    return self.name + "<" + ",".join([t.__name__ for t in list(self.underlying)]) + ">"
AttributeError: 'numpy.dtype' object has no attribute '__name__'
@erp12
Copy link
Owner Author

erp12 commented Mar 22, 2019

Fixed by #115

@erp12 erp12 closed this as completed Mar 22, 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