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

EnsembleSeries __repr__ method #574

Closed
CommonClimate opened this issue Jun 6, 2024 · 1 comment
Closed

EnsembleSeries __repr__ method #574

CommonClimate opened this issue Jun 6, 2024 · 1 comment

Comments

@CommonClimate
Copy link
Collaborator

It's currently very difficult to peruse the contents of an EnsembleSeries object, and it doesn't need to be.

Currently, the __repr__ method (inherited from MultipleSeries) yields this when printing in a Jupyter Notebook:
Screenshot 2024-06-06 at 13 48 35
this is wrong, as this particular ensemble includes 1,000 members.

Proposed Solution: EnsembleSeries needs its custom __repr__ method, which would give the number of series and the number of rows, as well as the label

@CommonClimate
Copy link
Collaborator Author

addressed by #591

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