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

repr method should not truncate symbols in chromosomes #9

Closed
GoogleCodeExporter opened this issue Jun 10, 2015 · 1 comment
Closed

Comments

@GoogleCodeExporter
Copy link

At the moment, symbols longer than 1 character are truncated when
displaying chromosomes.  Thus both 'd0' and 'd1' become 'd'.  Instead, we
should surround longer characters by curly braces, such as '{d0}' and '{d1}'.

Original issue reported on code.google.com by ryanjoneil on 4 May 2007 at 12:07

@GoogleCodeExporter
Copy link
Author

Fixed in revision 72.

Original comment by ryanjoneil on 4 May 2007 at 2:13

  • Changed state: Fixed
  • Removed labels: Type-Defect

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant