-
Notifications
You must be signed in to change notification settings - Fork 53
Make lazy parsing (defer_iteration_parsing) more discoverable by giving a hint on the command line #1802
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
Conversation
|
That is a neat idea. |
|
Nice idea, I still find it always hard to find how to pass that option when opening a series in python and this comment doesn't help much. So maybe add an example like |
I guess that the easiest way would be to write the example directly into the error message? |
Sure! |
5c5362e to
2f6b305
Compare
|
Now with a more extensive warning: |
2f6b305 to
a6e1f67
Compare
Only file-based so far
It accesses all Iterations at once
To support Streaming workflows
for more information, see https://pre-commit.ci
e7f96d4 to
38b622a
Compare
Close #1799.
TODO:
Seriesoptions: https://openpmd-api.readthedocs.io/en/0.16.1/details/python.html, showing concrete series-level options in Python snippets