-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add interface / convenience functionality concerning result file handling needed by SAF #155
Comments
@sebastian-wolff FYI |
Hi Ronny, could you please clarify, what exactly you mean by |
@PanekOndrej Yes, exactly. The "result files" are the centrally registered files, which are set to { "usage": "Output file" }. The global list can be obtained using "basic_project_info". If a registered file is not associated to (use by) a certain node, it should be accessible via pyosl "Project" interface. If a registered file is associated to (use by) a certain node, it should be accessible via pyosl "Node" interface. For nodes you can use get_actor_info to obtain uids of used registered files. |
I implemented requested functionality and linked a branch to this issue.
I think this should do it, please let me know if there are any issues with implementation. Otherwise I'd like to create unit tests and then it should be ready for merge into main branch. |
@PanekOndrej looks very good to me. Please go ahead with unit tests and PR. |
@iazehaf Please confirm the additions are sufficient for SAF. |
📝 Description of the feature
Effort estimation: 1PW
💡 Steps for implementing the feature
No response
🔗 Useful links and references
According tasks in SAF:
The text was updated successfully, but these errors were encountered: