You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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
The text was updated successfully, but these errors were encountered:
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 fromMultipleSeries
) yields this when printing in a Jupyter Notebook: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 labelThe text was updated successfully, but these errors were encountered: