-
Notifications
You must be signed in to change notification settings - Fork 68
Add documentation for get_diagnostics() #637
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
Comments
The GUI uses the diagnostics property - which also contains some general information about partitioning. I guess that's also the one you would access as an API user. Note that the information therein is not meant for automated consumption in scripts (note also the weird list-of-dict structure) and is not guaranteed to be stable! |
Found a typo in line 242 |
Nice catch, feel free to open a PR! |
This is strange! There's no file named base.py in my repository. Do I have to create the entire file? |
That's because the |
The current master doesn't have the |
Ah, sorry. This:
was wrong, because the current version no longer has the
A tree is how git maps directories to its internal data structures. So any link to a directory on github will be a link to a tree. In this case, the link is actually not a tree, but a "blob", which is how git stores specific versions of files (in this case, version If you are interested how trees, blobs etc. in git work, I can recommend the official documentation on git internal objects.
While it may be simple, it will undo my work of actually separating them. We try to keep files small in order to make classes and functions easier findable. It is hard to navigate files that are longer than a few hundred lines. |
A dataset's
get_diagnostics()
method can help to find additional datasets in a HDF5 file.Side note -- is the info button in the GUI documented that provides the same info?
The text was updated successfully, but these errors were encountered: