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

Section type constants are shown as integers #697

Closed
arsenius7 opened this issue Jun 19, 2018 · 0 comments
Closed

Section type constants are shown as integers #697

arsenius7 opened this issue Jun 19, 2018 · 0 comments

Comments

@arsenius7
Copy link
Contributor

Since #631, NeuriteType enum values are displayed as integers in pandas DataFrame unless explicitly casted to object dtype.
Perhaps we should achieve enum ordering by some other means rather than making it IntEnum (for instance, backport OrderedEnum implementation).

wizmer pushed a commit that referenced this issue Jul 12, 2018
Fix: Section type constants are shown as integers #697
@wizmer wizmer closed this as completed Jul 12, 2018
wizmer pushed a commit that referenced this issue Aug 30, 2018
Changes:
  - Require 'enum34' only for Python<3.4
  - Create plotly module
  - Specify morph_stats example config path in help
  - Fix: Section type constants are shown as integers #697
  - 3-points contours are not longer interpreted as SomaThreePoint
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

2 participants