repr and str representations for CNMF and Estimates objects #1477
pgunn
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I just landed in the dev branch a change where CNMF and Estimates objects both have informative repr and string representations.
This means that in Jupyter, evaluating either object type will show some information on the state of the object, and if you evaluate either in string context, you'll get a little bit more information yet. Please don't consider either return to be something to parse or a stable API; we may change the formatting of any of these in the future to add or remove information; they're provided as a user convenience.
Current example for a cnm object that has already been through a fit():
Beta Was this translation helpful? Give feedback.
All reactions