Skip to content
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

Feature request: python writing test (or does writing in python not work?) #326

Closed
wdconinc opened this issue Sep 1, 2022 · 3 comments · Fixed by #447
Closed

Feature request: python writing test (or does writing in python not work?) #326

wdconinc opened this issue Sep 1, 2022 · 3 comments · Fixed by #447

Comments

@wdconinc
Copy link
Contributor

wdconinc commented Sep 1, 2022

I'm writing a simple filter for podio files, hoping to depend only on podio. I was hoping to write this entirely in python, but there's only a read.py which makes me wonder if writing in python is supported. Would it be possible to include a read_and_write.py example?

@tmadlener
Copy link
Collaborator

At least currently there is no real mechanism for writing in python. It might be possible to create a ROOTWriter explicitly via the python bindings, but I am not even entirely sure about that since we do not explicitly put it into the podio dictionary.

@wdconinc
Copy link
Contributor Author

wdconinc commented Sep 9, 2022

Ok, that's fine. I've just written it all in C++.

@wdconinc
Copy link
Contributor Author

wdconinc commented Sep 9, 2022

I'm fine with you closing this, unless you want to keep it open as a potential future development opportunity.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants