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
In some interactive workflows (e.g., Jupyter), people want to generate a file - plot it - regenerate it - plot again.
If we keep the read file open in openPMD-viewer, then a user cannot overwrite it.
We could add an explicit close call, that closes the file handles (similar to openPMD-api).
For user-friendliness, subsequent open calls should reopen the files needed (even if it adds latency if done accidentally).
In some interactive workflows (e.g., Jupyter), people want to generate a file - plot it - regenerate it - plot again.
If we keep the read file open in openPMD-viewer, then a user cannot overwrite it.
We could add an explicit close call, that closes the file handles (similar to openPMD-api).
For user-friendliness, subsequent open calls should reopen the files needed (even if it adds latency if done accidentally).
Example workflow: LASY-org/lasy#187
The text was updated successfully, but these errors were encountered: