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
As a very simple addition, it would be nice to be able to pass the path to an openPMD series as a python Path object rather than just a pure string.
As a convenient handle for paths, I believe it may be sometimes used in scripting.
@ax3l Do you know of an easy way to add Python-defined overloads to a C++-defined binding? Probably better at that point to define only internal binding in C++ and then do the actual thing in Python?
Also, if we do this, then we should take the chance to allow Python objects as a JSON config such that users don't need to call json.dumps() themselves as in here:
As a very simple addition, it would be nice to be able to pass the path to an openPMD series as a python
Path
object rather than just a pure string.As a convenient handle for paths, I believe it may be sometimes used in scripting.
Don't be afraid to add code examples!
Python:
Thanks!
The text was updated successfully, but these errors were encountered: